Package swingtree.dialogs
@NullMarked
package swingtree.dialogs
-
ClassDescriptionAn enum representing the possible answers to a confirmation dialog.An immutable builder class for creating simple confirmation dialogs based on the
JOptionPane
class, more specifically theJOptionPane.showOptionDialog(Component, Object, String, int, int, Icon, Object[], Object)
method.An immutable builder class for creating simple message dialogs (errors, warnings, infos...) based on theJOptionPane
class, more specifically theJOptionPane.showMessageDialog(Component, Object, String, int, Icon)
method.OptionsDialog<E extends Enum<E>>An immutable builder class for creating simple enum based option dialogs where the user can select one of the enum options.