?? electronic.java
字號:
/*
* electronic.java
*
* Created on 31 octombrie 2007, 08:22
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package aparaturi;
abstract class electronic extends Aparat
{
public electronic(int putere)
{
super(putere);
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -