-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.3.0
-
None
-
sparc
-
solaris_7
JDK1.2 and later.
Locale: all
In JTextArea, if vertical scroll bar is displayed, but the horizontal scroll
bar is currently not visible, and we typed chars in one line to make the width
out of the view port size, an problem exists: JTextArea does not consider
vertical scroll bar's width, and it uses old extent size 's width to determine
whether horizontal scroll bar needs to be displayed.
To run the SwingSet demo to show this problem.
javax.swing.ScrollPaneLayout should be modified to correct this error.
jim.hu@prc 1999-09-09
Locale: all
In JTextArea, if vertical scroll bar is displayed, but the horizontal scroll
bar is currently not visible, and we typed chars in one line to make the width
out of the view port size, an problem exists: JTextArea does not consider
vertical scroll bar's width, and it uses old extent size 's width to determine
whether horizontal scroll bar needs to be displayed.
To run the SwingSet demo to show this problem.
javax.swing.ScrollPaneLayout should be modified to correct this error.
jim.hu@prc 1999-09-09
- duplicates
-
JDK-4161534 JScrollPane does not add H scrollbar when adding V Scrollbar
-
- Resolved
-