⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testapplet.java

📁 下载地址 金山毒霸杀毒软件V2008特别版 对本站有问题请点击这里 教育网用户下载 网通用户下载 电信用户下载 高速下载 FlashGet快车高速下载通道 迅雷高
💻 JAVA
字号:
import java.applet.*;
import java.awt.*;

// note: in order to compile the applet, you
// must set this file as "Main" - select it
// in the project window, and then press F8.
// If you want to run the application version,
// set Tester.java as main.
// To run the applet, choose "Run Applet", or press
// Shift+F5. To run the application, press F5

public class TestApplet extends Applet
{
	public void init()
	{
		this.setLayout(new BorderLayout());
		this.add(new DrawCanvas(), "Center");
	}
}	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -