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 16584

Summary: ToolbarView.setVisible(view, true) doesn't work
Product: debugger Reporter: Torbjorn Norbye <tor>
Component: CodeAssignee: Jan Jancura <jjancura>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:

Description Torbjorn Norbye 2001-10-15 22:10:57 UTC
I'm trying to open some views programatically; in particular, the
threads view when you load a multithreaded program, and the session list
when you do multisession debugging (e.g. when you load a second program).

To do that I call toolbar.setVisible(view, true).  This sort-of-works -- the
particular view's toolbar button is selected. However the actual view is
not shown in the threads window. The user has to click the button twice (once
to uncheck the button, and then again to select the view) to work around this.

Do you perhaps need to propagate PROP_VISIBLE from ToolbarView.setVisible?
Comment 1 Jan Jancura 2001-10-22 16:54:55 UTC
in main trunk
Comment 2 Jan Stola 2001-10-29 16:14:49 UTC
Closed.