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 53890 - non-standard checkbox behaviour when selecting project to import
Summary: non-standard checkbox behaviour when selecting project to import
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Eclipse project importer (show other bugs)
Version: 4.x
Hardware: Other Other
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-24 14:26 UTC by Pavel Rehak
Modified: 2008-01-04 14:59 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 Pavel Rehak 2005-01-24 14:26:11 UTC
If you select random project from workspace to be 
imported to the NB bcgcolor is dark blue and 
project name is almost nonreadable.
Please use standard bechbox behaviour - no color 
changing for selected project (leave grey colour 
for bound project and imposibility to unselect 
them )
Comment 1 Martin Krauskopf 2005-01-24 19:53:50 UTC
Fixed. I keep using Table's default colors instead of JCheckBox's
defaults. It is IMO better when a keyboard navigation is used.

Checking in
ide/projectimport/src/org/netbeans/modules/projectimport/eclipse/wizard/ProjectSelectionPanel.java;
new revision: 1.11; previous revision: 1.10
Comment 2 Pavel Rehak 2005-01-25 09:31:42 UTC
Verified with version 1.0.3 (Build 200501241900).