[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Question regarding visual editor

Joshua,

Set the size of your frame using frame.setSize(500,500); (change to something useful for your program. It'd also be a good idea to remove the frame.pack(); line.

Hope this helps,
 - Jeff