This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 61065

Summary: Focused cell isn't painted differently
Product: utilities Reporter: Tim Lebedkov <lebedkov>
Component: PropertiesAssignee: Marian Petras <mpetras>
Status: VERIFIED WONTFIX    
Severity: blocker Keywords: JDK_SPECIFIC
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description Tim Lebedkov 2005-07-17 09:27:56 UTC
-open a properties file with "open"
-select a cell with the mouse
-press the up key
-current cell in the table does not have a border that should indicate
 that the cell has focus
Comment 1 Marian Petras 2005-07-18 09:17:08 UTC
I was not able to reproduce this bug (I tried it on Windows XP). Which JDK
exactly did you use?
Comment 2 Marian Petras 2005-08-16 15:12:46 UTC
To be able to reproduce and fix this bug, I need to know:

   Which version of Java/JDK did you use?
Comment 3 Marian Petras 2005-09-19 11:07:25 UTC
I just reproduced the bug on Windows 2000 Professional + J2SDK 1.4.2_08.
I was not able to reproduce it on Windows 200 Professional + JDK 1.5.0_04-ea.
It looks like a bug in the JDK/Swing.
Comment 4 Marian Petras 2005-09-19 11:21:36 UTC
This is caused by a JDK bug:

Bug ID:   4890408
Synopsis: "Dashed Border not painted in selected JTable Cell (Windows L&F only)"

    (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4890408)

There is no code workaround known so we cannot do anything with in in the
NetBeans code - marking as WONTFIX. To get around the problem, use J2SDK 1.4.1
or JDK 1.5.x.
Comment 5 Tim Lebedkov 2006-04-09 19:54:06 UTC
ok