Re: GridLayout in Netbeans
Braim <[email protected]> Tue, 01 Jul 2008 22:24:30 -0700
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
GridLayout is no components. GridLayout, as its name can suggest, is a LayoutManager (1). Each container has a default LayoutManager. In your case (JApplet) I guess it's BorderLayout (as for JFrame). If you want to change it, in your palette select Layout, and then the third button! But, this mailing list is not the right place for your questions about Swing or Netbeans' usage! ;-) Braim (1) http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html On Tuesday, July 01, 2008, at 04:06PM, "GonzaloP" <[email protected]> wrote: > >Hello I am using the Design mode to design a JApplet in Netbeans, I can't >find the component GridLayout, I am using Netbeans 6.1, where is located? or >how can I insert it? > >Thanks very much >-- >View this message in context: http://www.nabble.com/GridLayout-in-Netbeans-tp18214379p18214379.html >Sent from the Netbeans - UI mailing list archive at Nabble.com. > > >