Registry / other / org-netbeans-modules-java-project-ui

org-netbeans-modules-java-project-ui

JSON →
libraryRELEASE290javamavenunverified

Provides user interface components for managing Java projects within the Apache NetBeans IDE.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-modules-java-project-ui</artifactId> <version>RELEASE290</version> </dependency>
INSTALL
IMPORT
SIG · ORG-NETBEANS-MODUL
O
org-netbeans-modules-java-project-ui
otherjavavRELEASE290
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JavaProjectUI
org.netbeans.modules.java.project.ui.JavaProjectUI

Minimal example showing import and instantiation of JavaProjectUI.

import org.netbeans.modules.java.project.ui.JavaProjectUI; public class Quickstart { public static void main(String[] args) { JavaProjectUI ui = new JavaProjectUI(); System.out.println("NetBeans Java Project UI initialized"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
RELEASE290latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-netbeans-modules-java-project-ui — mvn dependency:get org-netbeans-modules-java-project-ui · libregistry