Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: FEST-Swing 1.2a4
-
Fix Version/s: FEST-Swing 1.2rc
-
Component/s: Swing
-
Labels:None
-
Number of attachments :
Description
There are methods to require a title, but none to just retrieve it. I would like to have a non-failing entry to the title.
org.fest.swing.driver.JOptionPaneTitleQuery.titleOf(JOptionPane) is invoked through JOptionPaneFixture.requireTitle() so the backing is already there, but just need to be exposed..