For questions about using WindowBuilder which is a Java GUI WYSIWYG visual designer plugin for Eclipse.
I'm in the process of learning JAVA and was looking for a GUI editor/creator for use within Eclipse. I …
java eclipse user-interface windowbuilderI am using WindowBuilder (Eclipse Juno 4.2) to create GUI for my project. In that GUI I need to use date …
java datepicker windowbuilderI'm new to programming and I have a question about the window builder. I searched online looking for a way …
java eclipse windowbuilder//I have a composite within a scrolled composite. final Composite c = new Composite(scrolledComposite, SWT.NONE); //1 c.setBackground(SWTResourceManager.getColor(…
java swt windowbuilderI have just installed WindowBuilder for Eclipse and java 1.7 JDK, but when I create a new JFrame in Eclipse, and …
java eclipse macos windowbuilderi'm using Windowbuilder in Eclipse indigo. I have a main JPanel, and I want to add a new Panel which …
java eclipse windowbuilderI create very simple Gui using WindowBuilder plugin for Eclipse. I'm using Swing (maybe a problem?) I've got plenty of …
java swing reference windowbuilderI'm attempting to overlap JPanel instances. Put a panel directly on another, in the exact same position and exact size. …
java swing overlay layout-manager windowbuilderI downloaded the Jcalendar API and added it to my projects library and build path as usual but now I …
eclipse swing windowbuilder jcalendarI have installed WindowBuilder and I'm trying to create a GWT Java Project in Eclipse Helios. In the "GWT Settings" …
eclipse gwt windowbuilder