Package swingtree.dialogs
Interface OptionsDialogSummoner
public interface OptionsDialogSummoner
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
showMessageDialog
(@Nullable Component parentComponent, Object message, String title, int messageType, @Nullable Icon icon) default int
showOptionDialog
(@Nullable Component parentComponent, Object message, String title, int optionType, int messageType, @Nullable Icon icon, Object[] options, @Nullable Object initialValue)
-
Method Details
-
showOptionDialog
default int showOptionDialog(@Nullable Component parentComponent, Object message, String title, int optionType, int messageType, @Nullable Icon icon, Object[] options, @Nullable Object initialValue) throws HeadlessException - Throws:
HeadlessException
-
showMessageDialog
default void showMessageDialog(@Nullable Component parentComponent, Object message, String title, int messageType, @Nullable Icon icon) throws HeadlessException - Throws:
HeadlessException
-