Selecting other layout managers in GUI designer?

Hi all,

I can't seem to find how to select another layout manager in the GUI designer. How can I switch to BorderLayout for example?

Greetings,

0
Avatar
Permanently deleted user

You can't. Idea uses a custom layout manager and requires you to deploy a
runtime library with your code. At least that's the way it works now.

You can still use other layout managers in combination with panels designed
in idea. For example you could use a border layout for your primary window
and insert a panel created with the idea ui designer inside that panel.

"Jorrit Tyberghein" <no_reply@jetbrains.com> wrote in message
news:7186929.1067954235910.JavaMail.itn@is.intellij.net...

Hi all,

>

I can't seem to find how to select another layout manager in the GUI

designer. How can I switch to BorderLayout for example?
>

Greetings,



0

请先登录再写评论。