equal
deleted
inserted
replaced
1447 return yPosition; |
1447 return yPosition; |
1448 } |
1448 } |
1449 |
1449 |
1450 /** |
1450 /** |
1451 * Returns the value at the y position. If {@code yPos} is beyond the |
1451 * Returns the value at the y position. If {@code yPos} is beyond the |
1452 * track at the the bottom or the top, this method sets the value to either |
1452 * track at the bottom or the top, this method sets the value to either |
1453 * the minimum or maximum value of the slider, depending on if the slider |
1453 * the minimum or maximum value of the slider, depending on if the slider |
1454 * is inverted or not. |
1454 * is inverted or not. |
1455 * |
1455 * |
1456 * @param yPos the location of the slider along the y axis |
1456 * @param yPos the location of the slider along the y axis |
1457 * @return the value at the y position |
1457 * @return the value at the y position |
1925 /** |
1925 /** |
1926 * As of Java 2 platform v1.3 this undocumented class is no longer used. |
1926 * As of Java 2 platform v1.3 this undocumented class is no longer used. |
1927 * The recommended approach to creating bindings is to use a |
1927 * The recommended approach to creating bindings is to use a |
1928 * combination of an <code>ActionMap</code>, to contain the action, |
1928 * combination of an <code>ActionMap</code>, to contain the action, |
1929 * and an <code>InputMap</code> to contain the mapping from KeyStroke |
1929 * and an <code>InputMap</code> to contain the mapping from KeyStroke |
1930 * to action description. The InputMap is is usually described in the |
1930 * to action description. The InputMap is usually described in the |
1931 * LookAndFeel tables. |
1931 * LookAndFeel tables. |
1932 * <p> |
1932 * <p> |
1933 * Please refer to the key bindings specification for further details. |
1933 * Please refer to the key bindings specification for further details. |
1934 * <p> |
1934 * <p> |
1935 * This class should be treated as a "protected" inner class. |
1935 * This class should be treated as a "protected" inner class. |