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...
Sorb asked 30/1, 2015 at 12:59

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...
Burnout asked 2/8, 2012 at 15:26

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...
Gracia asked 7/4, 2012 at 12:58

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, ...
Medamedal asked 3/1, 2012 at 13:1

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...
Buttonhole asked 21/5, 2011 at 9:21

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...
Espadrille asked 10/5, 2010 at 7:18
1

© 2022 - 2024 — McMap. All rights reserved.