Re: Having trouble resizing and moving GUI components in the editor.
Harri Pesonen <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Michael Ruflin wrote: > > Sorry, can't reproduce :( > I suggest you to try GridBagLayout. > 1. Set the layout to GBLayout > 2. Add all Components you want to layout > 3. Select the Panel, right click, and choose "Customize Layout..." I have a problem as well. I want to create a simple form containing a list control. I created JFrame, and then I add JList into it. No matter what I try, the list disappears somewhere. When I select it in Inspector, it does not show in designer. I have tried several layouts etc. Using 4.45 impl=20040910. Is there a tutorial about how to design a form in NetBeans? Because every time I try it, I end up giving it up after a while. All those layouts just fight back... on the other hand, I want to make the form and control resizable. I would like to have something like in VB.NET, where you just paint the controls and define how they resize with the form.