Registry / utility / org-openide-dialogs

org-openide-dialogs

JSON →
libraryRELEASE290javamavenunverified

Apache NetBeans OpenIDE Dialogs provides dialog components for the NetBeans platform application framework.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-dialogs</artifactId> <version>RELEASE290</version> </dependency>
INSTALL
IMPORT
SIG · ORG-OPENIDE-DIALOG
O
org-openide-dialogs
utilityjavavRELEASE290
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.

DialogDisplayer
org.openide.DialogDisplayer

Displays a simple message dialog using NetBeans platform APIs.

import org.openide.DialogDisplayer; import org.openide.NotifyDescriptor; NotifyDescriptor.Message msg = new NotifyDescriptor.Message("Hello, NetBeans!"); DialogDisplayer.getDefault().notify(msg);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
RELEASE290latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-openide-dialogs — mvn dependency:get org-openide-dialogs · libregistry