showing HTML page in applet

Hi,

I want to develop an applet which contains Tabs and after cliking on the tab, the HTML page of given url should be display in the applet.

I want my applet to be run under Microsoft JVM, for that I need to compile my Java files in JDK1.1.6

So, please help me to develope an such applet which displays HTML page and runs under Ms JVM also

Thanks in adv.

[386 byte] By [someone_geniusa] at [2007-10-3 3:51:56]
# 1
Java has a built in HTML rendering pane. Search the forums first before you post. This question is asked quite often...
SoulTech2012a at 2007-7-14 21:49:38 > top of Java-index,Desktop,Core GUI APIs...
# 2

Hello,

You could use javax.swing.JEditorPane which has HTML 3.2 support but I don't know if it's included in JDK 1.1.6.

If not then downloading Java Foundation Classes (JFC) / Swing from http://java.sun.com/products/archive/index.html might help.

Why don't you let the browser display the HTML page?

attilaracza at 2007-7-14 21:49:38 > top of Java-index,Desktop,Core GUI APIs...