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 23179

Summary: White line shown in the blue row highlight
Product: debugger Reporter: David-john Burrowes <davidjon>
Component: CodeAssignee: akemr <akemr>
Status: CLOSED WONTFIX    
Severity: blocker CC: jjancura
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description David-john Burrowes 2002-05-07 01:57:54 UTC
When a row is highlighted in the tables, a vertical white line appears between cells.
Comment 1 Jan Jancura 2002-05-10 10:34:52 UTC
-> openide
Comment 2 akemr 2002-05-13 10:34:27 UTC
It's only in debugger, because it set's vertical
lines to be invisible.

This is bug in JTable. If you try simple example with JTable
and use setShowVerticalLines( false ), white lines will
appear in selectin row.
Comment 3 Torbjorn Norbye 2002-05-13 17:57:11 UTC
Here's how I did this in the IFDEF debugger:

// No white clipping lines on selected table rows: reduce separator
// to 0. That means text may touch but HIE prefers this.
table.setIntercellSpacing(new Dimension(0, table.getRowMargin()));
Comment 4 Quality Engineering 2003-06-30 17:24:54 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2003-06-30 17:30:41 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.