ModelTrains
Programmer
We have a Java 1.3 application that is being converted to 1.4.2_11 (or possibly 1.4.2_12). The app uses SetNextFocusableComponent over 400 times in JDialogs, JFrames, and JPanels. The users require custom Tab orders on several screens, a.k.a Column 1, top-to-bottom, then Column 2 top-to-bottom on a Dialog. (columns of individual components, not a table) This is causing a problem in the testing of the upgraded app.
Is there a "simple" way of converting the SetNextFocusables to the new Traversal policy? (Some JPanels have 20+ method calls. A JDialog usually has 2-4 JPanels)
I don't post often, so please let me know if you need more information.
Mike
Is there a "simple" way of converting the SetNextFocusables to the new Traversal policy? (Some JPanels have 20+ method calls. A JDialog usually has 2-4 JPanels)
I don't post often, so please let me know if you need more information.
Mike