Netbeans applet

the applet i've created isnt working in console mode....giving error dat-"package org.jdesktop.layout" does not exist...can ne1 help me ?is it becoz dat this class is not included in java folder in progam files ?
[241 byte] By [pushkara] at [2007-10-3 4:28:46]
# 1
yes. you should searhc for the jar that contains that Layout in the netbeans folder and copy it in the jre/ext/lib of Java. and it should work
asrfela at 2007-7-14 22:31:45 > top of Java-index,Desktop,Core GUI APIs...
# 2
Publish the needed gui jars with your applet http://forum.java.sun.com/thread.jspa?threadID=738916<param name=archive value="myApplet.jar, swing-layout-1.0.jar " />Copy swing-layout-1.0.jar to the same folder as myApplet.jar
harmmeijera at 2007-7-14 22:31:45 > top of Java-index,Desktop,Core GUI APIs...