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.

