ttongxin.html
来自「《Java语言程序设计》源代码 很好的JAVA入门的好的代码」· HTML 代码 · 共 10 行
HTML
10 行
<html>
<applet code="Ttongxin.class" width="200" height="200" name="TongXin">
</applet>
<applet code="TuXing.class" width="400" height="300" name="Drawing">
</applet>
<applet code="FontExa.class" width="500" height="120" name="FontExample">
</applet>
<applet code="FontMetricsExa.class" width="450" height="100" name="FontMetricsExample">
</applet>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?