Results 1 to 1 of 1
- 11-24-2007, 10:47 AM #1
Member
- Join Date
- Nov 2007
- Location
- Chennai
- Posts
- 1
- Rep Power
- 0
Problems while loading a JPanel to JApplet...
Hi All,
I am trying to run an Applet from a html,
<APPLET codebase="classes" archive="swing-layout-1.0.jar" code="com/neto2/attest/psd/PSDApplet.class" width=850 height=300></APPLET>
I have inserted a JPanel inside my PSDApplet class, the JPanel is a working code in swing. When I am trying to view the html my console spits some errors like
java.lang.NoClassDefFoundError: org/jdesktop/layout/GroupLayout$Group
at com.neto2.attest.psd.PSD.getTopCPanel(PSD.java:114 )
I have placed the swing-layout-1.0.jar which has the org/jdesktop/layout/GroupLayout class in the same path as the html but still it shows errors. Can some give me some hope on how to solve this issue?
Thanks in Advance
Ananth Chellathurai
Developer, Sysvine Technologies
Similar Threads
-
Database to JApplet
By Preethi in forum New To JavaReplies: 0Last Post: 03-26-2008, 05:18 AM -
Another problem in JApplet :S
By juju in forum Java AppletsReplies: 2Last Post: 12-30-2007, 07:46 PM -
JPanel Problems
By Riftwalker in forum AWT / SwingReplies: 6Last Post: 10-15-2007, 11:16 PM -
problems when loading an image in servlet
By oregon in forum Java ServletReplies: 1Last Post: 08-05-2007, 06:02 PM -
JApplet and html
By paty in forum Java AppletsReplies: 1Last Post: 08-02-2007, 05:41 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks