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 129173 - Pop-up decorations should be resizable
Summary: Pop-up decorations should be resizable
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexey Anjeleevich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-04 17:23 UTC by Kirill Sorokin
Modified: 2008-03-11 14:07 UTC (History)
1 user (show)

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 Kirill Sorokin 2008-03-04 17:23:28 UTC
[Filing on behalf of Nils Pedersen]

Pop-up decorations, such as Documentation, Error/Warning Data, should be resizable. These are meant to contain large
amounts of text data, so why not let the user resize them if he has enough screen real-estate?
Comment 1 Sergey Lunegov 2008-03-11 11:26:53 UTC
Vladimir, please think about possible ways of implementation
Comment 2 Vladimir Yaroslavskiy 2008-03-11 14:07:45 UTC
In Java these classes (and descendants) can have resizable content:
java.awt.Dialog (+ JDialog), java.awt.Frame, javax.swing.JInternalFrame
and javax.swing.table.TableColumn only.

Documentation and validation call outs (pop-up decorations) are JPanel.
Classes [J]Dialog or [JInternal]Frame can't be applicable for this
purpose.

Alexey, is is possible to create resizable content for JPanel or
another classes exclude (dialog and frame)?

I guess that this feature would be closed as WONTFIX.