?? percentageeditor.java
字號:
/*
* PercentageEditor.java
*
* Created on 2007-8-15, 7:59:44
*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package dyno.swing.designer.properties.editors;
import java.text.NumberFormat;
/**
*
* @author William Chen
*/
public class PercentageEditor extends FormattedEditor {
public PercentageEditor() {
super(NumberFormat.getPercentInstance());
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -