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 - Focused cell isn't painted differently
Summary: Focused cell isn't painted differently
Status: VERIFIED WONTFIX
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2005-07-17 09:27 UTC by Tim Lebedkov
Modified: 2006-04-09 19:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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