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 44471

Summary: Change the Run Project dialog to 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   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41835    

Description jrojcek 2004-06-07 17:59:10 UTC
A few appearance issues:

* The dialog which is opened after running a project that doesn't 
have a main class should be an Information alert.

* The label above the list in this dialog should be: "Select the 
main class:" 

* 2px gap between the label and the list
Comment 1 Jiri Rechtacek 2004-06-08 16:56:40 UTC
fixed 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.11; previous revision: 1.10
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassChooser.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassChooser.form,v
 <--  MainClassChooser.form
new revision: 1.3; previous revision: 1.2
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.12; previous revision: 1.11
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.2; previous revision: 1.1
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.6; previous revision: 1.5
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.4; previous revision: 1.3
done
Comment 2 Quality Engineering 2007-09-20 12:05:28 UTC
Reorganization of java component