?? imagea.java
字號:
/**
* A Image
*/
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.text.*;
import javax.swing.border.*;
public class ImageA implements Graphic {
public ImageA(String _fileName) {
fileName = _fileName;
}
public void Draw() {
}
public MediaTracker tracker;
private int height, width;
private String fileName;
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -