The Artima Developer Community
Sponsored Link

Java Answers Forum
Swings in Browser

1 reply on 1 page. Most recent reply: Jul 11, 2002 9:58 AM by Kishori Sharan

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
crk

Posts: 1
Nickname: ravi
Registered: Jul, 2002

Swings in Browser Posted: Jul 10, 2002 11:15 PM
Reply to this message Reply
Advertisement
Hi

Is there any way to open my swing componets
in browser .

ravi


Kishori Sharan

Posts: 211
Nickname: kishori
Registered: Feb, 2002

Re: Swings in Browser Posted: Jul 11, 2002 9:58 AM
Reply to this message Reply
Create an applet inheriting from JApplet and then instead of using old applet tag to display it in browser use Object tag for IE and embed tag for Netscape. YOu can still use applet tag and then use HTML Converter to convert the applet tag in your HTML file to OBJECT/EMBED. HTML Converter is available for free download at www.java.sun.com

Thanks
Kishori

Flat View: This topic has 1 reply on 1 page
Topic: Please HelpPPPPPPPPP. Previous Topic   Next Topic Topic: how can I set up a JTable so that the user cannot move the columns around?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use