?? applicationresource.java
字號:
/* * ApplicationResource - * If an resource used by an application needs tidying up when the * application terminates, it should implement this interface which will * call invoke 'freeResource' when the application exits. */package kaffe.lang;public interface ApplicationResource {void freeResource();}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -