Interface About
-
- All Known Implementing Classes:
DefaultAbout
,Opt4JAbout
public interface About
TheAbout
JDialog
shows information about this framework.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.JDialog
getDialog(ApplicationFrame frame)
Returns the about dialog.
-
-
-
Method Detail
-
getDialog
javax.swing.JDialog getDialog(ApplicationFrame frame)
Returns the about dialog.- Parameters:
frame
- the application frame- Returns:
- the about dialog
-
-