CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Java and JSP (http://www.codingforums.com/forumdisplay.php?f=54)
-   -   Applets in Eclipse (http://www.codingforums.com/showthread.php?t=280974)

Zaid 11-05-2012 08:19 AM

Applets in Eclipse
 
Can someone give the step-by-step process to create an Applet in Eclipse Environment....I don't know to create applet there; It only shows options for Application only.

Fou-Lu 11-05-2012 05:22 PM

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


All times are GMT +1. The time now is 11:34 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.