-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.1
-
None
-
x86
-
windows_95
Name: mc57594 Date: 02/26/97
In the scrollbar constructor, the visible variable is
described as:
visible - the size of the visible portion of the scrollable area.
The scrollbar will use this value when paging up or
down by a page.
This does not work. If in the constructor you set the
visible to 20, the size of the thumb looks correct (it is
larger than if you set the visible to 10), but the block
increment/decrement is still 10, the user must manually
set the block increment.
Also...
in the setValues() method call the visible variable is
described as:
visible - is the amount visible per page
Is this also supposed to set the block increment value
(it does not) like the visible in the constructor. It seems
like it since the setValues() method mirrors the
constructor's functionality.
company - A.I. Soft , email - ###@###.###
======================================================================
- duplicates
-
JDK-4318838 user is able to iconify the parent frame when a modal dialog is active
-
- Closed
-