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 46112

Summary: Typos in Main Class dialog
Product: java Reporter: Milan Kubec <mkubec>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: CLOSED FIXED    
Severity: blocker CC: jrojcek
Priority: P4 Keywords: UI
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41537    

Description Milan Kubec 2004-07-14 08:48:54 UTC
[dev-200407131800, JDK 1.4.2]

If there is no main method in project and user
invokes Run Project action the dialog Run Project
is opened to inform about missing main class.
There are two typos there. The pane contains line:
<No main classes found.> 
IMO the period (.) shouldn't be there.
The second thing is the sentence above the pane:
... project doesnt have ...
There should be apostrophe (') -> "doesn't".
Comment 1 Jesse Glick 2004-08-04 03:16:31 UTC
Use of a contraction is bad anyway. Will fix wording.
Comment 2 Jesse Glick 2004-08-04 19:47:39 UTC
committed     Up-To-Date  1.27       
java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties
Comment 3 Milan Kubec 2004-08-19 16:15:47 UTC
Verified in dev-200408181800.