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 45107 - Browse Main Classes dialog shouldn't be an information alert
Summary: Browse Main Classes dialog shouldn't be an information alert
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://projects.netbeans.org/nonav/bu...
Keywords:
Depends on:
Blocks: 41835
  Show dependency tree
 
Reported: 2004-06-17 15:46 UTC by jrojcek
Modified: 2007-09-26 09:14 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 jrojcek 2004-06-17 15:46:26 UTC
Click Browse button in next to Main Class field in project 
properties of Java Application project. An information alert 
dialog shows up. Just a regular dialog should be shown.

Also the wording in the dialog is different from the spec.
Comment 1 Jiri Rechtacek 2004-06-17 20:57:44 UTC
Sorry, when I have fixed the issue 44471 I have assumed that the
information alert is shared for similar types of main class choosers.
Will be fixed ASAP.
Comment 2 Jiri Rechtacek 2004-06-18 11:27:12 UTC
fixed,

Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.16; previous revision: 1.15
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassChooser.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassChooser.java,v
 <--  MainClassChooser.java
new revision: 1.13; previous revision: 1.12
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassWarning.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassWarning.form,v
 <--  MainClassWarning.form
new revision: 1.3; previous revision: 1.2
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassWarning.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassWarning.java,v
 <--  MainClassWarning.java
new revision: 1.7; previous revision: 1.6
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/VisualMainClassSupport.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/VisualMainClassSupport.java,v
 <--  VisualMainClassSupport.java
new revision: 1.5; previous revision: 1.4
done
Comment 3 Quality Engineering 2007-09-20 09:46:23 UTC
Reorganization of java component