resizeble frame, panel

Hi, I am learning to build GUI's in java, I use eclipse and visual editor plug-in.

I need a panel in a general frame. Where I will read integers(M,N) from a file and I will construct a panel in frame which will have M bye N boxes (I will write something in every box) in it. How can I do this?

Thanks.

[321 byte] By [metdosa] at [2007-11-26 15:39:35]
# 1
Maybe you should use a JTable.The Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/components/table.html]How to Use Tables[/url] will get you started.
camickra at 2007-7-8 21:57:59 > top of Java-index,Desktop,Core GUI APIs...