View Single Post
Old 05-07-2006, 07:14 PM   #2 (permalink)
nimaj
Registered User
 
Join Date: Jan 2004
Location: Poughkeepsie, NY
Posts: 18
nimaj is on a distinguished road
Send a message via AIM to nimaj Send a message via Yahoo to nimaj
I've never touched AWT, but look into that. If it works the same as swing, you need to create another panel and add it appropriately, but you'll have to play with layouts to get it positioned correctly.

http://java.sun.com/j2se/1.5.0/docs/api/

edit: correction, evidently you can use javax.swing.JApplet
http://java.sun.com/docs/books/tutor...let/index.html
nimaj is offline   Reply With Quote