mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 22:40:49 +00:00
committed by
Jindra Petřík
parent
7ebc9dc796
commit
e36ff3720f
@@ -178,7 +178,7 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant
|
||||
* @param type
|
||||
* @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
|
||||
* @param type specify how the amount parameter in the calculation of the
|
||||
* scrollable amount. Valid values are: IncrementType.PERCENT - treat the
|
||||
* amount as a % of the viewport size IncrementType.PIXEL - treat the amount
|
||||
* as the scrollable amount
|
||||
@@ -239,7 +239,7 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant
|
||||
* 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
|
||||
* @param type specify how the amount parameter in the calculation of the
|
||||
* scrollable amount. Valid values are: IncrementType.PERCENT - treat the
|
||||
* amount as a % of the viewport size IncrementType.PIXEL - treat the amount
|
||||
* as the scrollable amount
|
||||
|
||||
Reference in New Issue
Block a user