2nd applet developed on top of JVue is displaying outside the browser not embedded within the browse
htmlcode:-------------------------------------------------------------------------- <BODY BGCOLOR="#FFFFFF">
This is the applet:<P>
<APPLET code="JVueExt" embed="true" NAME="JVue" ARCHIVE="jvueext.jar, jvue.jar, vuebean.jar"
embed="true" width=100% height=100%>
<PARAM NAME="EMBEDDED" VALUE="true">
<PARAM NAME="VERBOSE" VALUE="false">
<PARAM NAME="USER" VALUE="autov">
<PARAM NAME="JVUESERVER" VALUE="socket://server:5099;http://server:5098/servlet/VueServlet">
<PARAM NAME="LAYER" VALUE="3">
<PARAM NAME="FILENAME" VALUE="upload:////D:\\MicroStation.dgn"></APPLET> Applet Code:--------------------------------------------------------------------------import com.cimmetry.jvue.JVue;import com.cimmetry.util.Messages;import com.cimmetry.core.*;import javax.swing.JApplet;import java.awt.Frame;import java.awt.Graphics;import java.awt.event.WindowAdapter;
This is the applet:<P>
<APPLET code="JVueExt" embed="true" NAME="JVue" ARCHIVE="jvueext.jar, jvue.jar, vuebean.jar"
embed="true" width=100% height=100%>
<PARAM NAME="EMBEDDED" VALUE="true">
<PARAM NAME="VERBOSE" VALUE="false">
<PARAM NAME="USER" VALUE="autov">
<PARAM NAME="JVUESERVER" VALUE="socket://server:5099;http://server:5098/servlet/VueServlet">
<PARAM NAME="LAYER" VALUE="3">
<PARAM NAME="FILENAME" VALUE="upload:////D:\\MicroStation.dgn"></APPLET> Applet Code:--------------------------------------------------------------------------import com.cimmetry.jvue.JVue;import com.cimmetry.util.Messages;import com.cimmetry.core.*;import javax.swing.JApplet;import java.awt.Frame;import java.awt.Graphics;import java.awt.event.WindowAdapter;
0