jxtable Questions
4
My application consists of several JTables resp. JXTables. The goal is to store column width and reload them on start up.
But the following code does nothing change on the column widths of the tab...
Ruffin asked 1/3, 2013 at 13:13
2
Solved
When I'm using a JXTable to render and edit my data, some input into the CellEditors gets lost.
If I click on the Resizing-Divider of the JXTable-ColumnHeader or change the width of the JFrame, th...
1
Solved
My question is how can I make the hyperlinks from a JXTable column (just for one/specific column) to action like "_blank" links of my default desktop web browser.
I use JXTable and a DefaultTableM...
1
Solved
I'm still fairly new to Java and have a question in regards to JTable (more specifically JXTable) and sorting rows by column class with mixed data type... Let me elaborate...
I have a JXTable that...
1
Solved
I Have a JTable (or a JXTable to be more precise) with 3 sections of grouped columns I want to divide.
I used to have 3 tables which i programmatically linked (the scrollbar position, the sorting, ...
3
I am using JXTable which is from SwingX components. If I use setSortable(boolean flag) method then it will enable or disable sorting for all columns.
As of my requirement I want to disable sortin...
1
Solved
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.
Just wondering if there is a tutorial for this project. Note t...
1
© 2022 - 2024 — McMap. All rights reserved.