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 49486 - Add library dialog is inconsistent with Java
Summary: Add library dialog is inconsistent with Java
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-23 14:59 UTC by zikmund
Modified: 2007-09-26 09:14 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 zikmund 2004-09-23 14:59:26 UTC
Build 200409221800

"Add library" dialog in Web project is
inconsistent with Java project.

1) Already included libraries are gray in Java,
not in Web

2) There's a warning message which changes
libraries list height (choose grayed or used
library) in Web project.
Notice: it's good idea to show a warning message,
but it shouldn't change the list height!

Adding Jano to CC for comment.
Comment 1 Pavel Fiala 2004-10-05 09:25:12 UTC
Fixed in web project. Only incompatible libraries are marked by gray
color in the library chooser. 

Checking in
project/src/org/netbeans/modules/web/project/ui/customizer/Bundle.properties;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.41; previous revision: 1.40
done
Checking in
project/src/org/netbeans/modules/web/project/ui/customizer/LibrariesChooser.form;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/LibrariesChooser.form,v
 <--  LibrariesChooser.form
new revision: 1.6; previous revision: 1.5
done
Checking in
project/src/org/netbeans/modules/web/project/ui/customizer/LibrariesChooser.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/LibrariesChooser.java,v
 <--  LibrariesChooser.java
new revision: 1.10; previous revision: 1.9
done
Comment 2 Pavel Fiala 2004-10-05 09:30:10 UTC
Library chooser in Java project should not use gray color to mark
already included libraries.
Comment 3 Tomas Zezula 2004-10-05 14:33:34 UTC
It is not a long time a I've changed  the color to gray for unused
libraries to be compatible with Web Project. :-)
Comment 4 Tomas Zezula 2004-10-05 15:26:59 UTC
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/LibrariesChooser.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/LibrariesChooser.java,v
 <--  LibrariesChooser.java
new revision: 1.12; previous revision: 1.11
done
Comment 5 zikmund 2005-03-31 12:57:58 UTC
Verified.
Comment 6 Quality Engineering 2007-09-20 09:56:54 UTC
Reorganization of java component