Class PickIntValue

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public final class PickIntValue extends KDialog
Allows picking any integer value
Author:
David Ripton
See Also:
  • Field Details

  • Constructor Details

    • PickIntValue

      private PickIntValue(JFrame parentFrame, int oldValue, String title, int min, int max, int step, IOptions options)
  • Method Details

    • pickIntValue

      public static int pickIntValue(JFrame parentFrame, int oldValue, String title, int min, int max, int step, IOptions options)
      Return the new value if the user accepted it, or oldValue if user cancelled the dialog.