Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-05-2012, 08:19 AM   PM User | #1
Zaid
New Coder

 
Join Date: Sep 2012
Location: Mumbai
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Zaid is an unknown quantity at this point
Question 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.
Zaid is offline   Reply With Quote
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,662
Thanks: 4
Thanked 2,452 Times in 2,421 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
Reply

Bookmarks

Tags
applets, eclipse

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:57 AM.


Advertisement
Log in to turn off these ads.