This document is the API specification for the AssertJ Swing module. It's the fork of FEST Swing.
The AssertJ Swing module is an Open Source library (Apache 2.0 license) that provides:
dialog.comboBox("domain").select("Users");
dialog.textBox("username").enterText("alex.ruiz");
dialog.button("ok").click();
dialog.optionPane().requireErrorMessage()
.requireMessage("Please enter your password");
For more information, please read more about AssertJ Swing fixtures or the project's wiki.