From 5d24215181a7518b79bcac6048ff5ebd6ce17687 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:57:07 -0400 Subject: [PATCH] spelling: constants Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java b/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java index 673832e77..e224227cf 100644 --- a/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java @@ -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. */