java applet在html中无法显示
我的java applet 嵌入html后无法显示,而用appletviewer显示正常为什么,还有就是用html converter转化后可以显示,为什么?请大侠赐教! HTML code: <HTML> <HEAD> <TITLE>TEST.HTML</TITLE> </HEAD> <BODY> <HR> <P ALIGN="CENTER"> <Applet CODE="StopLight.class" WIDTH=300 HEIGHT=180> </Applet> <HR> </BODY> </HTML>
<applet code="com.xxx.applet.Line2DMonitorDayApplet" archive="fig.jar" name="fig" id="fig_cpu" width=760 height=180 >引用 <applet code="com.xxx.applet.Line2DMonitorDayApplet" archive="fig.jar" name="fig" id="fig_cpu" width=760 height=180 > 什么意思,能否解释一下
相关问答:
我目前在本地的linux上写了一个swing的界面,想通过这个界面来控制其它电脑的linux重启。 我知道用Runtime.getRuntime().exec("shutdown -r");可以控制本机Linux重启,但是怎么控制远程的linux重启呢? ......
不知道是什么原因,我该如何处理,请大虾们指教了,小弟在此谢过。。。。 错误信息如下: The program being debugged was signaled while in a function called from GDB. GDB has restored the context t ......
我在jsp页面存上一个session,本页面还可以取出值来. 但是一刷新,或者打开新的页面就取不出值来了. 奇怪的是,我测试另一个程序时候 在jsp页面存上一个session,本页面可以取出值来,刷新或打开新页面值能取出来了. ......
查API,看到FeatrueFactory有这个方法 public Feature createPolyLine(double[][] thePoints, R ......
我想使用Lucene的代码,发现要import一批文件: ============ import org.apache.lucene.analysis.standard.StandardAnalyzer; import org.apache.lucene.document.Document; ……………… ===== ......