-
JCheckbox blackened on Windows 2000 when using JRE 1.4.2_05
The JCheckBox is fully blackened when I start my GUI based application on Windows 2000
but it works fine on Windows XP ie displays fine.
jCheckBox = new javax.swing.JCheckBox();
jCheckBox.setName("StandardLineJCheckBox");
jCheckBox.setSelected(true);
jCheckBox.setText("Standard Lines");
Also this happens when I have JRE 1.4.2_05 . With JRE 1.3 both Windows 2000 and XP display
checkboxes fine. Any idea for a fix is appreciated.....
I tried jCheckBox.setBackground(java.awt.Color.white);
but that doesn't help too.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks