Top.Mail.Ru
February 11th, 2004 - Java developers — LiveJournal
? ?

Java developers

February 11th, 2004
Image

09:53 am - Imagenamshubwriter - Eclipse and Ant

I've been doing some development in Eclipse, and I'd like to be able to use Ant to build the code outside of Eclipse.

detailsCollapse )
 

05:52 pm - Imagethejohnmills - Swing

Hi all,
I'm looking for a way to add multiple JPanel's to one main JFrame.
What Ive got so far are two panel both with their respectable components:
		//frame.setContentPane(contentPane);
		//frame.setContentPane(buttonPane);
		
		frame.getContentPane().add(contentPane);
		frame.getContentPane().add(buttonPane);

What that does is displays the last given panel to my frame.(both work) I'm sure its something stupid that I'm doing, mostly because Im not fully away of what those methods are actually doing.
Any ideas/Resources are helpful. Thanks
John
Powered by LiveJournal.com
Image