Re: adding a List of JTextField to the GUI



On Sun, 27 Jul 2008 00:21:17 -0700, Mark Space wrote:


Or I could be totally wrong. GroupLayout appears to work very
differently from most layout managers. You don't add components to the
container with add(). You use methods in the GroupLayout to add
components and position them.

Better read up:

<http://java.sun.com/docs/books/tutorial/uiswing/layout/group.html>


Thanks. I'm going to ask in the netbeans mailing list about how to do
this with matisse if I don't get it working.


-Thufir
.