PDN
PDN

Reputation: 11

Eclipse does not Display Swing Components Correctly

I am using Eclipse and Visual Editor (VE) for Eclipse:

After several days of working on an GUI the VE WYSIWYG view does not display new components in the foreground. When I restart Eclipse the graphical components are shown as rectangles

When I "rollback" to a previous version of my files (incl. Eclipse workspace meta files) everything is Ok (after F5 synchronization) till it happens again. The application runs fine and all components are displayed correctly.

Does anybody experienced something similar?

Upvotes: 1

Views: 1051

Answers (2)

Konstantin Komissarchik
Konstantin Komissarchik

Reputation: 29139

I second recommendation to stay away from VE. It is a project that seems to continuously have issues.

For a well regarded form designer, see Window Builder which was until recently a commercial product that made its creators (Instantiations) quite a bit of cash (see well regarded). Google has recently acquired Instantiations and contributed the editor to the open source community.

http://www.eclipse.org/windowbuilder/

Upvotes: 1

javing
javing

Reputation: 12413

I had issues with that visual editor too time ago. If you dont have to use an integrated tool i would highly recomend to avoid Visual Editor, and instead use JFormDesigner. Its not free, but you can have a look at the trial and if you like it maybe you could pay for it, download for free or whatever. I use it for my swings often, it is very intuitive and easy to use.

Link: http://www.formdev.com/

P.S Also you can integrate this tool with eclipse.

Upvotes: 0

Related Questions