Method | Description | |
---|---|---|
MainMenu ( String panelClass, String panelTitle ) : System |
Initializes a new instance of the class.
|
Method | Description | |
---|---|---|
confirmAndQuitApplication ( ) : void |
User wants to quit the app. Confirm and exit
|
|
quitApplication ( ) : void |
Quits the application.
|
public MainMenu ( String panelClass, String panelTitle ) : System | ||
panelClass | String | Panel class of the scanner |
panelTitle | String | title of the panel (not used) |
return | System |