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.
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).
see: https://www.jetbrains.com/idea/help/setting-component-properties.html
Comments
Post a Comment