Intellij Gui Designer Example: 4.1 Creating A New Project
Intellij Gui Designer Example: 4.1 Creating A New Project
The graphical view allows you to drag and drop swing components to be added on the Form of the
application. When any file
that has a .form extension has been selected into the view, the following windows are displayed:
• Component tree - displays the hierarchical view of the components that have been added on the form.
• Property editor - displays the properties of the components added on the form which can be edited.
• Design area - the graphical view of the form. Components are dragged into this area to be added on the
form.
• Palette - contains all available swing components that can be selected to be added on the form.
Drag the JTextField from the palette and drop it in the design area. Update the field name in the property
editor to read:
results