Results 1 to 3 of 3
- 01-07-2011, 01:53 PM #1
Member
- Join Date
- Dec 2010
- Posts
- 5
- Rep Power
- 0
Applet Not Working Please Help....
Hello I Am "Ajay"
The below Applet not Working For Me can any one please help me why it is not showing the Applet Frame...
code:
import java.applet.*;
import java.awt.*;
public class AppletDemo extends Applet
{
public void paint(Graphics g)
{
g.drawString("First Hello Applet",10,50);
}
}
I setted path to bin in "Environment Variables" and executed with "appletviewer AppletDemo.java" but it is not showing the applet Frame....
Please help me ..........
Thanks In ADvance.....
- 01-07-2011, 02:07 PM #2
Member
- Join Date
- Dec 2010
- Posts
- 5
- Rep Power
- 0
thank you guys i myself traced the error.........
- 01-07-2011, 02:16 PM #3
Just in case if you are interested, here is a good link for the whole process: How To Use Java Applet
GoldestJava Is A Funny Language... Really!.gif)
Click on * and add to member reputation, if you find their advices/solutions effective.
Similar Threads
-
keylistener + applet isn't working
By brandon95 in forum Java AppletsReplies: 6Last Post: 01-03-2011, 02:10 PM -
Java Applet Not Working
By OwlLady in forum Java AppletsReplies: 14Last Post: 10-10-2010, 08:55 PM -
Applet not working in browser
By gkr1989 in forum Java AppletsReplies: 3Last Post: 07-03-2009, 09:43 AM -
Applet not working
By jyothi.priyanka in forum New To JavaReplies: 5Last Post: 04-16-2009, 08:18 AM -
Applet button not working
By letmeoutofhere in forum Java AppletsReplies: 9Last Post: 11-14-2007, 12:15 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks