-
Bug
-
Resolution: Fixed
-
P2
-
1.4.1
-
rc
-
x86
-
windows_2000
###@###.### 2002-06-03
J2SE Version (please include all output from java -version flag):
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b12)
Java HotSpot(TM) Client VM (build 1.4.1-beta-b12, mixed mode)
Does this problem occur on J2SE 1.3 or 1.4? Yes / No (pick one)
No, works fine with Hopper build10.
Operating System Configuration Information (be specific):
Windows XP and NT-4 (SP 6) and
SunOS 5.8 Generic_108528-11 sun4u sparc SUNW,Ultra-80
Bug Description:
JCheckBox controls are not centered correctly anymore when
they are inserted in a JTable column. They are correctly centered
with previous Java releases.
Steps to Reproduce (be specific):
Compile the two attached source codes:
HopperJTableAndCheckBox_Abstract.java
HopperJTableAndCheckBox.java
Then run HopperJTableAndCheckBox
The problem is a visual problem : you may see that checkboxes
are not correctly centered, they are trunked at the top of the row.
- relates to
-
JDK-4686092 SwingSet2 Content Alignment feature not working in Hopper 1.4.1-B11
- Open