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 112476 - can't maximize the output window if it's undocked
Summary: can't maximize the output window if it's undocked
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-09 16:07 UTC by jamespb
Modified: 2010-08-11 13:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jamespb 2007-08-09 16:07:22 UTC
Undock the output window.  It uses an OS window that doesn't have the normal controls - there's no minimize/maximize
buttons.  Kind of annoying if you like to have your output window on a second monitor, since you have to fiddle around
with resizing it by hand.  

If you undock an editor window, it gets a real Windows window with the right controls - seems like output should be the
same.

Product Version: NetBeans Ruby IDE 070807 Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06 System: Windows Vista
version 6.0 running on x86; Cp1252; en_US (nbrubyide) Userdir: C:\Users\James\AppData\Roaming\.nbrubyide\dev
Comment 1 David Simonek 2007-08-16 21:28:59 UTC
It's as designed - document (editor area) windows behave like full features windows, while other (view, singleton)
windows behave like tool windows, which means they don't have maximization and don't have icon in OS tool bar.

However, your point seems valid to me and we should probably give output window an exception to the rule above. Marking
as enhancement...