Manage focus with Swing in Java

8. Conclusion

To conclude, you can do almost everithing with the focus system. You can modify the order of focus for the components, say which components must have the focus, make tests on the input fields, know who has the focus. But that’s sometimes weird when we start. But once we’ve understand which classes to use, it is quite simple.

Related posts:

  1. Java 7 : The new java.util.Objects class
  2. Swing tip : A better SwingWorker without exception swallowing
  3. Creation of Swing User Interface : Tables (JTable)
  4. OSGi and cyclic dependencies
  5. JR Operations and Capabilities

Pages: 1 2 3 4