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.
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...
>
designer. How can I switch to BorderLayout for example?
>