View Single Post
Old 08-17-2012, 07:30 PM   PM User | #4
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
JFrame's cannot be rendered through HTML. You need to embed an object of type applet instead.
Applet can handle a JFrame, so you just need to wrap your JFrame in an applet class instead. See this tutorial for more applet information: http://docs.oracle.com/javase/tutori...let/index.html
Fou-Lu is offline   Reply With Quote