hi all

this is my first post. i want to make an im program that runs in an applet in java. I was wondering if there were any tutorials that can help me do this

Recommended Answers

All 2 Replies

Member Avatar for iamthwee

hi all

this is my first post. i want to make an im program that runs in an applet in java. I was wondering if there were any tutorials that can help me do this

There's loads. But you're better of getting a book if you want to do it properly. Essentially, what you do is write a normal java program.

Then you compile it. Then you open write a html file and make sure the .class file is in the same directory.


.html file

<applet code="myApplet.class" height=100 width=300>
</applet>

You view the applet from your browser.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.