python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Replacement LayoutManager for JXStatusBar Constraints or way to use with JPanel
I am using swingx library, on Windows I am now moving towards using the Flatlaf light and dark look and feel on all platforms
This looks fine on MacOS, but on Windows the status bar looks like it did ...
Paul Taylor
Votes: 0
Answers: 1
In Java want to implement multi column sorting vai the table header in a sensible way
In Java 11 (with swingx 1.6.6) I have just implemented multi column sorting as follows:
Click on first Column, sorts by that columns ascending
Click on second Column, secondary sort by that column as...
Paul Taylor
Votes: 0
Answers: 2
In Java Swing (using swingx) how to sort rows in one table in same order as another table
I have a table with x num of rows, I have a second table with the same number of rows but different columns and metadata, they have different table models. but each row represents the same object (a s...
Paul Taylor
Votes: 0
Answers: 3
Performance Issues on a Swing GUI Game
Let me brief up the performance issue on how I would explain about gaming: When the game starts up, it starts normally at a good performance. No issues. After a few seconds, it slows down the performa...
BeChris 100
Votes: 0
Answers: 0