score:1
in eclipse's package explorer pane, right-click on the package that you want your new gui class to be in (create a new package first if it doesn't exist).
select new/other... from the pop-up menu.
under "windowbuilder", expand "swing designer".
select "jframe".
click "next".
in the subsequent dialog window, be sure that the package name is correct and type in the desired class name for your new gui frame. use a clearly descriptive name that tells the reader what this frame is for and that it is a frame, e.g. "mainappframe".
the "use advanced template" checkbox should be checked.
click "finish"
now click on the design tab (at the bottom of the editor!) credit to dude for that bit.
Source: stackoverflow.com
Related Query
- Create a GUI using WindowBuilder's visual designer
- Building C# GUI without using Visual Studio GUI designer (Toolbox)
- Automatically Create Constructor Using Fields/Properties in Visual Studio (like Eclipse does)
- Using a Qt GUI created by Qt Designer in Eclipse
- Create logical GUI components group using windows builder
- How to create a Smiley Face stamp in java using GUI
- Create awt and lcdui custom component visual designer plugin for netbeans/eclipse
- Best GUI designer for eclipse?
- Eclipse 3.7 (Indigo) + Tomcat7 --- Cannot create a server using the selected type
- Eclipse 4.2 (Juno) 'Cannot create a server using the selected type' in Tomcat 7
- How can I create a Windows .exe (standalone executable) using Java/Eclipse?
- Cannot create a new Android Project using Eclipse
- How to create a swing application using maven?
- Compiling a Win32 GUI app (without a console) using MinGW and Eclipse
- How to disable MyEclipse visual HTML designer
- Create and bind a GUI from xsd file automatically in eclipse rcp app
- how to create jar file using eclipse
- c++: How to debug a C++ application compiled using the "Microsoft Visual C++" toolchain in eclipse?
- c++ : Create database using SQLite for Insert & update
- Unable to create Eclipse Data Source to Oracle 12c using 12c jar. However 11g works
- Eclipse Spring Tool Suite add dependencies using GUI after project creation
- Could not create servlet in web application project (google app engine) by using eclipse
- How to create J2ME midlets for Nokia using Eclipse
- How to create 'testng.xml' using Eclipse
- How to create simple Android TextView and display text on it using java code?
- How to create new project from GIT repo using Eclipse EGit
- How to Create a Region in eclipse like Visual Studio
- Create a simple Login page using jsp and session
- using eclipse template to create test cases
- What project files does Visual Studio Code create via its Java extensions?
More Query from same tag
- Not able to import Selenium jar files
- Simple database web application with Eclipse and Glassfish
- Commit multi-module maven project to SVN
- What is the adviseable Git repository structure for a Maven Project to be used from Eclipse IDE
- Configuring string externalization in Eclipse to use ${key} as field name
- Java -- how do I access (import) the class files in a folder that is in the same directory as the src folder?
- How to change the default code template for C++ in Eclipse?
- Zend Studio for eclipse - Switch character encoding for all files in a project
- How to execute Test suit in TestNg and eclipse
- Use Oomph to create new workspace for existing installation
- Eclipse Kepler won't open on OS X 10.9.1
- Trying to create jar from Axis2 generated code
- JSF Managed Bean instance to get in EL expression while using annotation
- There is no libproject inside google play services( Rev. 30) in eclipse Juno
- How to disable Eclipse compiler
- Android adb Logcat going crazy with some devices connected
- Java is shutting down when creating a new JFrame when started from Eclipse. No exception thrown
- Can't open Project in Eclipse
- Eclipse is formatting javadoc tooltips very poorly on Ubuntu
- Eclipse Java Doc
- Maven Integration for Eclipse JDK Warning
- Eclipse javadoc configuration (for own project)
- How to make different TextView different Coloured
- Eclipse: C/C++ Plugin Download Link?
- GWT + AppEngine
- what is the bug in this android layout xml chunk
- Eclipse Indigo STS + JBoss Tools
- OSMDroid not getting bonus pack import to show up
- Eclipse "implement method" function will not work with a template class
- Persistent Android deployment from Eclipse