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 152618 - Extract from JScrollPane action
Summary: Extract from JScrollPane action
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-07 08:00 UTC by Jan Stola
Modified: 2009-02-19 20:49 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 Jan Stola 2008-11-07 08:00:01 UTC
While it is usually handy to enclose components like JTextArea, JList, JTree and JTable in JScrollPane, there are 
situations where the enclosure in JScrollPane is not desirable. By now, the user have to extract the component from the 
JScrollPane using Inspector; delete the JScrollPane and then position the component back (instead of JScrollPane). It 
would be nice to have an action (opposite to Enclose in JScrollPane) that would do the mentioned steps for you.