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 - Change the Run Project dialog to Alert
Summary: Change the Run Project dialog to 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:
Keywords:
Depends on:
Blocks: 41835
  Show dependency tree
 
Reported: 2004-06-07 17:59 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-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