This document is the API specification for the FEST Swing Module.
The FEST 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 FEST-Swing fixtures or the project's wiki.