History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-9313
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Major Major
Assignee: Dmitry Jemerov
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

GUI Designer: too small size of empty JPanel, Jlist, placed on the border (North, South, West, East) in BoderLayout or in FormLayout

Created: 11 Sep 06 20:49   Updated: 09 Sep 07 19:24
Component/s: GUI Designer
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 5,678


 Description  « Hide
GUI Designer. Set BorderLayout to a form. Add 4 JPanels to North, South, West, East. The panels are shown just as a thin lines. Adding a component to a panel (e.g. JButton to South panel) is hardly possible: moving mouse pointer over panel does not enable pasting (pointer always has "rejected" form). The whole form is indicated as "rejected", except the central area (for CENTER component).
Improve the representation of JPanels added to form with BorderLayout.
No similar problem with JPanel and say, GridLayout.

 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 11 Sep 06 21:50
JList is represented the same way as JPanel.

Dmitry Jemerov - 18 Sep 06 14:54
Unfortunately there is no easy fix for this. In the current version, you can perform a drag&drop onto the component tree to add children to a component regardless of its visible size.