Registry / utility / swingx-core

swingx-core

JSON →
library1.6.5javamavenunverified

Extensions to the Swing GUI toolkit providing enhanced components for rich client applications.

<dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> <version>1.6.5</version> </dependency>
INSTALL
IMPORT
SIG · SWINGX-CORE
S
swingx-core
utilityjavav1.6.5
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.

JXFrame
org.jdesktop.swingx.JXFrame

Create a simple JXFrame window.

import org.jdesktop.swingx.JXFrame; public class SwingXExample { public static void main(String[] args) { JXFrame frame = new JXFrame("SwingX Demo", true); frame.setSize(400, 300); frame.setVisible(true); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
swingx-core — mvn dependency:get swingx-core · libregistry