Top "Swingx" questions

Contains extensions to the Java Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications.

Swing vs JavaFx for desktop applications

I have a very big program that is currently using SWT. The program can be run on both Windows, Mac …

java swing user-interface javafx swingx
How can I create a "modern looking" Java desktop application?

Similar questions to this are asked periodically, but many of these answers are outdated. I need to build a cross-platform …

java swing user-interface look-and-feel swingx
How to add text area on JOptionPane

Currently I have a JOptionPane. On clicking a button I am executing following line. JOptionPane.showInputDialog(this,"Enter your message","…

java swing joptionpane swingx
Java Swing JXDatePicker

I'm using SwingX JXDatePicker and I can't figure out how to provide next/previous year buttons (as by default it …

java swing swingx
What is the status of SwingLabs (SwingX) post acquisition

I found this older discussion: Does anyone use the "swingx" extensions to Swing?, but I am wondering the current status …

java swing swingx
Filtering on a JTree

Problem Applying filtering on a JTree to avoid certain nodes/leaves to show up in the rendered version of the …

java swing jtree swingx
How to use the Progress Bar in Java (Netbeans GUI)

I am not too experienced with Java and am having trouble getting a progress bar to work. I am using …

java netbeans progress-bar swingworker swingx
How to add a horizontal gap with a JLabel

I have a JLabel (actually, it is a JXLabel). I have put an icon and text on it. <icon&…

java swing jlabel swingx
JXDatePicker using SimpleDateFormat to format dd.MM.yy to dd.MM.yyyy with current century

as already explained I want to achieve, that when the user is editing a date within a JXDatePicker, he can …

java regex swing simpledateformat swingx
How to hide a particlar column in DefaultTableModel from displaying it in table?

I am using Java Swingx framework. I have 4 columns in my DefaultTableModel object. I wish to display only 3 of the …

java swing jtable swingx defaulttablemodel