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 97255

Summary: focus around jcheckbox is not visible with MetalLookAndFeel
Product: guibuilder Reporter: paranoid <paranoid>
Component: Natural LayoutAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description paranoid 2007-03-06 08:18:58 UTC
when you build gui with matisse with lots of jcheckboxes - you can see that 
tab navigation in hard, because focus painter is painted only by one line 
right from label. when you set empty border in 1 pixel (or insets?) - you can 
see normal focus painter.

so, may be its better by default to surround all jcheckboxes with borders or 
insets?
Comment 1 Tomas Pavek 2007-03-23 11:03:09 UTC
The problem is likely because we set no border and no insets to checkboxes and
radiobuttons (due to layout issues). Will check how the focus rect it looks on
Metal and other look and feels and possibly reconsider the default border
adjustment...
Comment 2 Tomas Pavek 2007-08-07 14:22:55 UTC
Fixed as issue 74522.

*** This issue has been marked as a duplicate of 74522 ***