src/share/classes/javax/swing/JSlider.java

Print this page
rev 10121 : 8046485: Add missing @since tag under javax.swing.*
Reviewed-by:

*** 75,84 **** --- 75,85 ---- * @beaninfo * attribute: isContainer false * description: A component that supports selecting a integer value from a range. * * @author David Kloba + * @since 1.2 */ @SuppressWarnings("serial") // Same-version serialization only public class JSlider extends JComponent implements SwingConstants, Accessible { /** * @see #getUIClassID