I updated to SwingX-1.6.2 but found problems that didn\'t appear in 1.6. The colors of the JXTable cells looks odd. I use a highlighter with an alternate striping (HighlighterFactory.createAlternateSt
I am using JXTable which is from SwingX components. If I use setSortable(boolean flag) method then it will enable or disable sor开发者_如何转开发ting for all columns.
I am displaying lots of data in JXTable from the SwingX project.After loading the data, I call packAll() on the table but with 200 hundred columns and 30,000 records it might take 5 seconds or more.I\
I\'m having a table row selection problem with JXTable. If I run the following program, I get two frames that are viewing the same EventList<Item>. One has a JTable and one has a JXTable.
I\'d like to be able to freeze columns in JXTable just like in Excel spreadsheet and came across this project: xframe-swing\'s JXTable.
I guess I would have to use a Highlighter, but I cannot开发者_开发知识库 figure it out.Table Button Column shows one way to do it with a regular JTable. I would assume it also works for a JXTable.
I have a number of JXTables which all have the same columns (bu开发者_如何学Pythont different data). You can sort the data by clicking on one the header of one of the columns. What I want now, is that