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 37263 - Multiple validations of main window on startup
Summary: Multiple validations of main window on startup
Status: VERIFIED DUPLICATE of bug 32233
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-15 22:26 UTC by _ tboudreau
Modified: 2008-12-22 20: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 _ tboudreau 2003-11-15 22:26:46 UTC
I've noticed, sometimes when I start NetBeans, I
see the following sequence:

- Gray main window comes up
- A row of editor tabs paints immediately below
the main menu (no space for toolbars)
- Toolbars appear and the main window is re-laid out

It would be faster and nicer looking if we could
avoid this.
Comment 1 Peter Zavadsky 2003-11-18 12:58:11 UTC
Yes I know about it, it is caused by Toolbar and Menubar impl
(FolderInstance)... it is revalidated, even after the waitFinished has
returned, thus expecting the component is supposed to be created yet,
but that's not true.

I filled somewhere issue about need to revrite those toolbars, so I'll
find it.
Comment 2 Peter Zavadsky 2003-11-18 13:06:24 UTC
I think it is necessary to rewrite toolbar (menubar) to get rid of the
FolderInstance, or at least separate GUI from that underlying stuff to
be able fully controll GUI.

Marking duplicate.

*** This issue has been marked as a duplicate of 32233 ***
Comment 3 Marian Mirilovic 2003-11-19 15:23:04 UTC
verifying diplication