jxtable
JXTable with DefaultTableCellrenderer and alternate striping highlighter
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[详细]
2023-03-08 15:01 分类:问答Sorting JXTable with SwingX
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.[详细]
2023-03-07 05:33 分类:问答Is there a way to call JXTable.packAll() in a way that does not lock up the swing thread?
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\[详细]
2023-02-17 07:06 分类:问答JXTable + GlazedLists + update during drag selection = problem
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.[详细]
2023-02-07 18:47 分类:问答Freeze columns in 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.[详细]
2022-12-29 13:58 分类:问答How do I add a Button to 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.[详细]
2022-12-29 05:20 分类:问答JXTable listen to sort and sort a similar table the same way
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[详细]
2022-12-16 15:05 分类:问答