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

Key: IDEADEV-26982
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
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: setting a border to a component does not import java.awt.Color into generated source code

Created: 30 May 08 16:59   Updated: 09 Jun 08 13:35
Component/s: GUI Designer
Fix Version/s: Selena 7.0.4

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

Build: 8,425
Fixed in build: 8,434


 Description  « Hide
Set option to generate java source from GUI designer.
Create a form (tested with GridLayout).
Set a line border to the root panel.
Make project. Get compilation error.
The reason is that
 panel1.setBorder(BorderFactory.createTitledBorder(BorderFactory.createLineBorder(Color.black), null)); 
is inserted into the source, but import for Color is not generated.

 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 09 Jun 08 13:35
7866, 8448: fix confirmed.