Package view.GUI
Class InfoDialog
java.lang.Object
view.GUI.InfoDialog
Class to manage view dialog
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
showDialog
(String text, String title, int messageType) Create a dialogJOptionPane
to inform about what is passed as parameters
-
Constructor Details
-
InfoDialog
public InfoDialog()
-
-
Method Details
-
showDialog
Create a dialogJOptionPane
to inform about what is passed as parameters- Parameters:
text
- test inside paneltitle
- title of panel displayedmessageType
- type of message displayed- See Also:
-