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

Summary: Browse Main Classes dialog shouldn't be an information alert
Product: java Reporter: jrojcek <jrojcek>
Component: UnsupportedAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
URL: http://projects.netbeans.org/nonav/buildsys/j2se-project-ui-spec.html#Dialog_Browse_Main_Classes
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41835    

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