Package org.opt4j.config.visualization
Interface About
-
- All Known Implementing Classes:
DefaultAbout
,Opt4JAbout
public interface About
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JDialog
getDialog(ApplicationFrame frame)
Returns the about dialog.
-
-
-
Method Detail
-
getDialog
JDialog getDialog(ApplicationFrame frame)
Returns the about dialog.- Parameters:
frame
- the application frame- Returns:
- the about dialog
-
-