Registry / utility / swingx

swingx

JSON →
library1.6.1javamavenunverified

SwingX provides extensions to the Swing GUI toolkit, including enhanced components like JXTable, JXTree, and JXDatePicker for rich client applications.

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

JXTable
org.jdesktop.swingx.JXTable

Minimal example creating a JXTable with sample data.

import org.jdesktop.swingx.JXTable; import javax.swing.*; public class Example { public static void main(String[] args) { JFrame frame = new JFrame(); JXTable table = new JXTable(new Object[][]{{"A", 1}, {"B", 2}}, new Object[]{"Name", "Value"}); frame.add(new JScrollPane(table)); frame.pack(); frame.setVisible(true); } }
Debug
Known issues
breakingSwingX 1.6.1 is outdated; newer versions (e.g., 1.6.5) are available with bug fixes.
fix
Upgrade to the latest SwingX version (1.6.5 or later) from Maven Central.
affects: <=1.6.1
Upgrade
Version history
1.6.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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