"Actions" alternative in Java (Eclipse) & GUI Recommendation
I have recently switched from C# to JAVA, although I have a few questions.
I love how Visual Studio's GUI builder is laid out, is there a similar style one for JAVA?
Also in C#, you have an actions tab in the GUI designer, so you 开发者_开发百科can click on an element and select properties and then select actions.. How is this done within Eclipse?
You can try WindowBuilder .It is moved to the Eclipse project since eclipse 3.7 and is included in the Java Developers version by default. You can download the Java Developers version at here or install it as a plugin if you already have an eclipse but no WindowBuilder installed.
精彩评论