Searched defs:createStandardLabels (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSlider.java797 setLabelTable( createStandardLabels( getMajorTickSpacing() ) );
810 * {@code createStandardLabels} method.
818 * @see #createStandardLabels(int)
877 * For example, if you call <code>createStandardLabels( 10 )</code>
895 public Hashtable createStandardLabels( int increment ) { method in class:JSlider
896 return createStandardLabels( increment, getMinimum() );
904 * <code>createStandardLabels( 10, 2 )</code>,
923 public Hashtable createStandardLabels( int increment, int start ) { method in class:JSlider
1096 * {@code createStandardLabels}) with labels at the major tick marks.
1106 * @see #createStandardLabels(in
[all...]

Completed in 33 milliseconds