java - I can't resize or move elements on Intellij IDEA GUI designer -


i want drag , drop them in netbeans.

is there way functionality of netbeans or eclipse in idea?

you can drag , drop components , alter on part of layout appear. might need split column if want component on half of parent.

enter image description here

see: https://www.jetbrains.com/idea/help/placing-gui-components-on-a-form.html

but set minimum size or set if component should grow, need properties panel of selected component (on left).

enter image description here

see: https://www.jetbrains.com/idea/help/setting-component-properties.html


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -