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 13732

Summary: change title of main window when no project is open
Product: projects Reporter: Pavel Buzek <pbuzek>
Component: Generic InfrastructureAssignee: issues@projects <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Windows 3.1/NT   
Issue Type: DEFECT Exception Reporter:

Description Pavel Buzek 2001-07-19 11:28:05 UTC
On the first startup, the Workplace is empty and the Main Window title says "NetBeans IDE, ... (Build ...) [Workplace]" whereas if I have at least one 
project open, it uses the active project instead of the work Workplace (i.e. "NetBeans IDE, ... (Build ...) [<name of active project>]".

We should probably say something like "NetBeans IDE, ... (Build ...) - No Project" instead.
Comment 1 Pavel Flaska 2001-07-23 08:18:05 UTC
Taking this.
Comment 2 Pavel Flaska 2001-07-24 10:08:10 UTC
Changes: 
1. New key "CTL_MainWindow_Title_NoProject=No Project"
in core/src/org/netbeans/core/windows/Bundle.properties

2. New condition in core/src/org/netbeans/core/windows/MainWindow.java in method updateTitle -
if projectNode is WorkplaceNode, there is no active project.


Comment 3 Jaromir Uhrik 2001-10-10 16:44:26 UTC
Changed design of projects - verified in dev33 build #200110100100. 
Closing this bug.