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 143427 - [65cat]Findusages Window cannot be resized down to make it smaller
Summary: [65cat]Findusages Window cannot be resized down to make it smaller
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2008-08-11 11:07 UTC by rajivderas
Modified: 2008-08-30 05:33 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 rajivderas 2008-08-11 11:07:00 UTC
steps to reproduce:
 1) Open any project and perform a "Find Usages" action
 2) In the "Usages" window try to drag it down to resize the window small, it will stop resizing at a specific level
 3) But other windows like the "Output" window doesn't restrict resizing down 

In 6.1 "Usages" window can be resized down without a limit so as the "Output" 
window but in this dev build i cannot resize it down to the smallest size

jdk6 update 10
Dev Build 200808101401
Comment 1 Stanislav Aubrecht 2008-08-21 11:24:00 UTC
simple setMinimumSize(1,1); in appropriate TopComponent will do the trick
Comment 2 Marian Petras 2008-08-21 11:28:41 UTC
Reassigned to component "refactoring".
Comment 3 Jan Becicka 2008-08-29 11:11:27 UTC
fixed
Comment 4 Quality Engineering 2008-08-30 05:33:10 UTC
Integrated into 'main-golden', available in build *200808300201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/fcb374de2c67
User: Jan Becicka <jbecicka@netbeans.org>
Log: #143427: [65cat]Findusages Window cannot be resized down to make it smaller