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
is inserted into the source, but import for Color is not generated.
Description
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