Class FSlider

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class FSlider extends JSlider
Personalised JSlider.
Author:
Hydrolien
See Also:
  • Constructor Details

    • FSlider

      public FSlider(int min, int max, int value)
      Main constructor.
      Parameters:
      min - the min value
      max - the max value
      value - the curent value