The visual editor design palette

The visual editor for Java includes a palette of components and other selection tools for you to use in the Design view.

By default, the design palette displays to the left of the Design view in the visual editor for Java. You can resize the palette, collapse it, and choose whether you want the palette collapsed by default. For more information, see Customizing the appearance of the visual editor.

Tip: You can access the same components found on the palette by clicking the arrow next to the Choose bean

Choose Bean toolbar button toolbar button.

The design palette includes the following selection tools:



The design palette also includes common components, containers, menus, and controls for SWT, Swing, and AWT. The components are organized by type using drawers that you can expand, collapse, and pin open.

When you select a tool or a component from the design palette, it becomes the active behavior for your cursor. For example, if you select a Swing JButton on the design palette and then move your cursor over the Design view, the visual editor will give visual cues about the availability and location of placement. When you click in a valid position, the JButton will be dropped onto the design. After you drop the component, your cursor reverts to the default selection cursor.

 

Parent topic

About the visual editor for Java