Ask Experts Questions for FREE Help !
Ask
    jaspreet2142's Avatar
    jaspreet2142 Posts: 42, Reputation: 2
    Junior Member
     
    #1

    Aug 26, 2008, 05:18 PM
    Applet in jCreator
    Suppose my code is

    Code:
    import java.applet.*;
    import java.awt.*;
    
    /*<applet code = "MyApp" height = 400 width = 500></applet>*/
    
    public class MyApp extends Applet
    {
            public void paint(Graphics g)
            {
                    g.drawString("Hello",100,100);
            }
    }
    How do I run above code in jCreator
    I don't want to make any html file
    Kakuzoo's Avatar
    Kakuzoo Posts: 1, Reputation: 1
    New Member
     
    #2

    Apr 18, 2009, 02:53 AM
    Quote Originally Posted by jaspreet2142 View Post
    suppose my code is

    Code:
    import java.applet.*;
    import java.awt.*;
    
    /*<applet code = "MyApp" height = 400 width = 500></applet>*/
    
    public class MyApp extends Applet
    {
            public void paint(Graphics g)
            {
                    g.drawString("Hello",100,100);
            }
    }
    how do i run above code in jCreator
    i don't want to make any html file

    I have the same query. Using Html is not even a solution to my work.If you have got the answer please post it away.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Closing jsps from an applet [ 1 Answers ]

I have an applet which launches the jsp in a new window using showDocument method. When I exit from an applet, all jsps launched from an applet should also get closed.

Control panel applet [ 2 Answers ]

Hi there, I scaned an infected PC for viruses now it seems to be OK all viruses has been deleted but some changes in the control panel still existed. Date and time applet cannot be opened it says you don't have the administrator rights to open, even it is adminsitrator account. Can any one help...

Java Applet upgrade [ 1 Answers ]

I downloaded the java 1_05_09 but in the advanced menu of IE tools it says requires restart... I have restarted with no luck. Anyone know anything about it?

Writing an Applet [ 1 Answers ]

Write an applet to show permanent passion between HTML and applet ? Thank you so much for helping me to find out the answers in advance :)


View more questions Search