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 64332 - Select Framework UI is atypical
Summary: Select Framework UI is atypical
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Radko Najman
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-09-14 12:14 UTC by Martin Schovanek
Modified: 2005-10-04 14:35 UTC (History)
1 user (show)

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 Martin Schovanek 2005-09-14 12:14:04 UTC
[#200509131800, jdk1.5.0]

to reproduce:
-------------
1) right-click a WebProject node
2) chose Properties > Frameworks > Add ..
NOTE: Select Framework dialog appears
ERROR: selecting items from a list by ComboBoxes seems atypical to me, the Add
Library dialog looks much better.
Comment 1 Radko Najman 2005-09-29 16:10:52 UTC
Martin meant check boxes, no combo boxes.
Comment 2 Radko Najman 2005-09-29 16:30:07 UTC
Proposed UI change: The dialog will stay as it is, only check boxes will be
removed to make the dialog consistent with the rest of the IDE, e.g. Add library
dialog.
Comment 3 Geertjan Wielenga 2005-09-29 16:52:47 UTC
Sounds good to me, so long as it is consistent with the New Project wizard's
Frameworks panel.
Comment 4 Radko Najman 2005-10-03 11:58:17 UTC
New Project wizard's Frameworks panel works little bit different so check boxes
must stay in that panel.
Comment 5 jrojcek 2005-10-03 12:09:16 UTC
There should be no check boxes in the "Add Framework" dialog in project properties.

But the check boxes are appropriate in the Framwork panel of new project wizard.
Comment 6 Radko Najman 2005-10-03 13:54:12 UTC
Fixed.

Checking in
src/org/netbeans/modules/web/project/ui/customizer/AddFrameworkPanel.form;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/AddFrameworkPanel.form,v
 <--  AddFrameworkPanel.form
initial revision: 1.1
done
Checking in
src/org/netbeans/modules/web/project/ui/customizer/CustomizerFrameworks.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/CustomizerFrameworks.java,v
 <--  CustomizerFrameworks.java
new revision: 1.3; previous revision: 1.2
done
Checking in
src/org/netbeans/modules/web/project/ui/customizer/AddFrameworkPanel.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/AddFrameworkPanel.java,v
 <--  AddFrameworkPanel.java
initial revision: 1.1
done
Checking in nbproject/project.xml;
/cvs/web/project/nbproject/project.xml,v  <--  project.xml
new revision: 1.39; previous revision: 1.38
done
Comment 7 Martin Schovanek 2005-10-04 14:35:18 UTC
VERIFIED in #200510031800