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

Summary: Extract from JScrollPane action
Product: guibuilder Reporter: Jan Stola <jstola>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.