File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes Swings in Browser Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Swings in Browser" Watch "Swings in Browser" New topic
Author

Swings in Browser

Roshini Sridharan
Ranch Hand

Joined: Jan 16, 2001
Posts: 143
How do i include Swing based Applet in the Browser.
Can anybody get me the step-wise procedure to incorporate swings Interfaced Applet
roshini
Paul Stevens
Ranch Hand

Joined: May 17, 2001
Posts: 2823
You just need to use the Sun plugin. There is nothing mystical or magical about it.
Dirk Schreckmann
Sheriff

Joined: Dec 10, 2001
Posts: 7023
Well the browser must support the version of Java that you'd be programming for. IE and Netscape stopped supporting Java at 1.1.8 (I think). You'd need to download and install the browser plug-in from Sun. Is this what you're curious about?


[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
Rene Liebmann
Ranch Hand

Joined: May 02, 2002
Posts: 196
... of course, to use the Java Plugin is the best, you can do, but sometimes there are customers, who don't want to install anything.
I remember 2 years ago, I wrote an Swing based applet and I included a swingall.jar with all Swing related stuff. This worked well. But this jar is about 2 MByte large!
Just an idea, but a bad one. Use the Plugin if you can.
Rene
Nathan Pruett
Bartender

Joined: Oct 18, 2000
Posts: 4121

Customers who don't want to install anything... don't get anything... :roll:

-Nate
[ May 06, 2002: Message edited by: Nathan Pruett ]

-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
Paul Stevens
Ranch Hand

Joined: May 17, 2001
Posts: 2823
Hah Hah
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Swings in Browser
 
Similar Threads
How to use swings with applet
y does'nt the browser support the applet which uses swings.
Message : Loading Java Applet ...
Embedding swings in HTML page
JOptionPane