View Single Post
Old 11-05-2012, 05:22 PM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
Code:
extends java.Applet.Applet
// or
extends javax.swing.JApplet // preferred on swing
There is nothing special in eclipse. Simply extend the relevant class.

BTW, this link may help with applets if you are not familiar with using them: http://docs.oracle.com/javase/tutori...ts/applet.html
Fou-Lu is offline   Reply With Quote