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 32219 - Specify window (TopComponent) set
Summary: Specify window (TopComponent) set
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: jrojcek
URL:
Keywords:
Depends on:
Blocks: 32218
  Show dependency tree
 
Reported: 2003-03-24 08:36 UTC by Peter Zavadsky
Modified: 2008-12-23 12:26 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Zavadsky 2003-03-24 08:36:52 UTC
It is necessary to specify what window set is and
its behaviour in all possible cases.
Comment 1 Peter Zavadsky 2003-04-02 06:57:54 UTC
Have a look at:
http://ui.netbeans.org/docs/ui/ws/ws_spec.html#3.7
Comment 2 jrojcek 2003-07-15 14:35:03 UTC
Window's Flags in the window sets define whether a window should be
opened and closed when a window set gets opened.

Window sets and windows       Open  Close
-----------------------------------------
Execution:
  Execution                   True  True
  Output                      True  False

GUI Editing:
  Palette                     True  True
  Form Structure (Inspector)  True  True
  Property Sheet              True  True

Debugging:
  Sessions                    False True
  Threads                     False True
  Call Stack                  True  True
  Classes                     False True
  Breakpoints                 False True
  Local Variables             True  True
  Watches                     True  True
  Debugger Console            False True
  Output                      False False