IntelliJ IDEA 2024.3 Help

Form workspace

Install the Swing UI Designer plugin

This functionality relies on the Swing UI Designer plugin, which you need to install and enable.

  1. Press Ctrl+Alt+S to open settings and then select Plugins.

  2. Open the Marketplace tab, find the Swing UI Designer plugin, and click Install (restart the IDE if prompted).

The form workspace is a section of a form that occupies the center part of the frame (assuming the default tool window layout and visibility). The background is white by default. When you create a new Form, a JPanel component is added to the workspace, which appears as a gray rectangle. You can place components into this container by first clicking on the component in the Palette and then clicking within the pane in the form workspace. The form workspace has a context menu that provides access to the Clipboard, layout actions, and more.

The form space of a form
Last modified: 15 October 2024