Registry / utility / swingx-all

swingx-all

JSON →
library1.6.5javamavenunverified

Aggregated artifact for SwingX, providing enhanced Swing components.

<dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-all</artifactId> <version>1.6.5</version> </dependency>
INSTALL
IMPORT
SIG · SWINGX-ALL
S
swingx-all
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 Example { public static void main(String[] args) { JXFrame frame = new JXFrame("Hello", true); frame.setVisible(true); } }
Debug
Known issues
breakingSwingX is no longer actively maintained and may have compatibility issues with modern Java versions.
fix
Consider migrating to JavaFX or other modern UI frameworks.
affects: >=1.6.5
Upgrade
Version history
1.6.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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