?? frame加dialog.java
字號:
/* * Frame加Dialog.java * * Created on 2004年9月25日, 上午9:32 *//** * * @author litertiger */import java.awt.*;public class Frame加Dialog extends java.applet.Applet { Dwindow window; Mydialog dialog; Button b; /** Initialization method that will be called after the applet is loaded * into the browser. */ public void init() { window=new Dwindow(); dialog=new Mydialog(window,"我的對話框"); //創(chuàng)建依賴于window的對話框 b=new Button("ok"); add(b); // TODO start asynchronous download of heavy resources } // TODO overwrite start(), stop() and destroy() methods}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -