News

Application GUIs commonly feature checkbox-enabled tree layouts, but you won't find such a component in the Swing toolkit. You will find one here, though -- open source, extensible, and ready for ...
I need either a layout manager or container that will layout components in a tree format, preferably with lines connecting parent/child. JTree doesn't work for me because it represents trees ...
Automation is necessary for frequent and consistent testing, which is the foundation of agile development. However, acceptance tests of GUI applications are not always easy to automate. This ...