Tagged Questions
3
votes
3answers
1k views
How to stop editing with DefaultCellEditor when a separate JBtton is pressed
I got a table with a custom TableCellEditor (extending DefaultCellEditor) with a JFormattedTextField as the editor component.
Now I got problem: when I press a separate button while editing. When the ...
1
vote
2answers
691 views
Use JSpinner like JTable cell editor
i'm using a JSpinner like a table cell editor, i have one annoying problem:
The cell remains in NON-editable mode until i click into it, for NON-editable i mean that i can't write into it(it has ...
0
votes
1answer
459 views
Focus traversal within components in a Cell Editor
i´m trying to make easy edit to a table thas uses a custom component for displaying info.
Each Cell hast 3 data texts.
What i want is:
if a cell gets focus, start editing the 1st value.
while ...