?? framebeaninfo.java
字號:
/* * FrameBeanInfo.java * * Created on 2007-10-2, 1:24:59 * * To change this template, choose Tools | Templates * and open the template in the editor. */package dyno.swing.designer.beaninfo;import java.awt.Frame;/** * * @author rehte */public class FrameBeanInfo extends GenericBeanInfo{ protected Class getBeanClass() { return Frame.class; }}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -