Link to home
Start Free TrialLog in
Avatar of Meidi
Meidi

asked on

using jar

If I have Swing 1.03 source code components. Ex. JTextArea.java/.class And i include it in my Applet .jar file.
Can i avoid download Swing 1.03 plug-in in my browser to see my Applet with swing component in it?
Avatar of zicai
zicai

Unless you are very sure that the component does not use any other classes of the Swing package, otherwise you have to download.. Since you have the source code for the component, you can edit it to meet your own requirment:)

Good luck!
Zicai - Never tried with Swing yet
also look

JAX reads class files, analyzes them, and generates a compressed ZIP file as output
http://www.alphaworks.ibm.com/formula/JAX
ASKER CERTIFIED SOLUTION
Avatar of setiawan
setiawan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial