Questions tagged [focusmanager]
63 questions
0
votes
1 answer
Flex FocusManager - Pressing Tab causing stack overflow in a multi-versioned app
I have a top application (which is built using the 4.6 SDK) that loads a sub-application (which is built using the 4.1 SDK). Most of the content, in this state of the app, is contained by the sub-app, with some UI elements up in the top app forming…

sandonk
- 1
0
votes
1 answer
JTable cell does not fire key events when editing is forced on the cell through editCellAt(row,col)
Below is the snippet of my code. I have a JTable. I have extended the DefaultCellEditor to create my own editor.I have key listeners and mouse listeners added for the cells.I have a JButton as well. When i click on the JButton, i want the first cell…

user1472018
- 31
- 5
-2
votes
1 answer
How to find the name of current JTextField of a View in Java?
I have a view in Java where I am entering data in JTextfields. A thread is running in parallel that gets input from a keypad by using snippets of code written below. Now whenever I call
JTextField c = (JTextField)…

KulaDamian
- 154
- 2
- 14