Package com.ganteater.ae.desktop.ui
Class OptionPane
java.lang.Object
com.ganteater.ae.desktop.ui.OptionPane
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic int
showConfirmDialog
(Frame frame, JComponent panel, String title) static String
showInputDialog
(Component rootPane, String message, String title, Object[] list, String newValueTitle) static String
showInputPasswordDialog
(String description, String aValue, Component southComp, int messageType, Object[] options) static void
showMessageDialog
(AEFrame frame, String text, String title, int type) static int
showOptionDialog
(Component parentComponent, Object message, String title, int messageType) static int
showOptionDialog
(Component parentComponent, Object message, String title, int messageType, boolean modal, Object[] options)
-
Field Details
-
OPTIONS
-
-
Method Details
-
showOptionDialog
public static int showOptionDialog(Component parentComponent, Object message, String title, int messageType) -
showOptionDialog
public static int showOptionDialog(Component parentComponent, Object message, String title, int messageType, boolean modal, Object[] options) -
showConfirmDialog
-
showInputDialog
-
showInputPasswordDialog
-
showMessageDialog
-