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 intshowConfirmDialog(Frame frame, JComponent panel, String title) static StringshowInputDialog(Component rootPane, String message, String title, Object[] list, String newValueTitle) static StringshowInputPasswordDialog(String description, String aValue, Component southComp, int messageType, Object[] options) static voidshowMessageDialog(AEFrame frame, String text, String title, int type) static intshowOptionDialog(Component parentComponent, Object message, String title, int messageType) static intshowOptionDialog(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
-