spelling: constants

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:57:07 -04:00
committed by Jindra Petřík
parent d353cb4ceb
commit 5d24215181

View File

@@ -174,7 +174,7 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant
* Specify the information needed to do block scrolling.
*
* @param orientation specify the scrolling orientation. Must be either:
* SwingContants.HORIZONTAL or SwingContants.VERTICAL.
* SwingConstants.HORIZONTAL or SwingConstants.VERTICAL.
* @param type
* @param amount a value used with the IncrementType to determine the
* scrollable amount
@@ -192,7 +192,7 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant
* Specify the information needed to do block scrolling.
*
* @param orientation specify the scrolling orientation. Must be either:
* SwingContants.HORIZONTAL or SwingContants.VERTICAL.
* SwingConstants.HORIZONTAL or SwingConstants.VERTICAL.
* @param info An IncrementInfo object containing information of how to
* calculate the scrollable amount.
*/
@@ -236,7 +236,7 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant
* Specify the information needed to do unit scrolling.
*
* @param orientation specify the scrolling orientation. Must be either:
* SwingContants.HORIZONTAL or SwingContants.VERTICAL.
* SwingConstants.HORIZONTAL or SwingConstants.VERTICAL.
* @param amount a value used with the IncrementType to determine the
* scrollable amount
* @paran type specify how the amount parameter in the calculation of the
@@ -253,7 +253,7 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant
* Specify the information needed to do unit scrolling.
*
* @param orientation specify the scrolling orientation. Must be either:
* SwingContants.HORIZONTAL or SwingContants.VERTICAL.
* SwingConstants.HORIZONTAL or SwingConstants.VERTICAL.
* @param info An IncrementInfo object containing information of how to
* calculate the scrollable amount.
*/