-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.3.0
-
x86
-
windows_nt
Name: krC82822 Date: 03/01/2001
java version "1.3.0"
When displayed in Windows look and feel, JHelp's toolbar buttons are oversized
and the splitpane divider size is too small that the left and right arrows are
barely visibible. To reproduce the problem, I added the following code to the
beginning of the main() method of JHLauncher (that is one of the demo classes):
// Use Windows look and feel
try {
UIManager.setLookAndFeel
("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
}
catch (Exception e1) {
System.out.println ("Could not load Windows LookAndFeel.");
}
(Review ID: 115995)
======================================================================
- duplicates
-
JDK-4384342 JSplitPane divider too small on Windows L&F
-
- Resolved
-