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 6001 - Modify window system to work without IDE initialization
Summary: Modify window system to work without IDE initialization
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-03-17 02:21 UTC by Jaroslav Tulach
Modified: 2008-12-23 11:40 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 Jaroslav Tulach 2000-03-17 02:21:23 UTC
Hi Dafe,
as we discussed before, it would be nice to modify the window system to work when the IDE is not initialized and the main window is not there.

1. Let TopComponent work even there is no main window. Could be possible to add NbTopManager.createMainWindow method that could return null and use this method instead of new MainWindow (). Of course
it is necesssary to modify Main to return new MainWindow.
You can access NbTopManager by calling NbTopManager.get ().

2. Do not initialize the workspaces when somebody asks for WindowManager (maybe only when there is  a manager that returns null for main window?)

[Dafe] Now solved using IL_xxxx constants
Comment 1 Marek Grummich 2000-07-25 09:17:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 16:49:49 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify
Comment 3 Quality Engineering 2003-07-02 17:19:57 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.