📄 joonefilechoosereditor.java.rej
字号:
****************** 10,15 **** import java.io.File; import java.beans.PropertyEditorSupport; /** * Implementation of a custom property editor using * the <code>JooneFileChooserEditor</code>.--- 10,17 ---- import java.io.File; import java.beans.PropertyEditorSupport; + import javax.swing.*;+ /** * Implementation of a custom property editor using * the <code>JooneFileChooserEditor</code>.****************** 33,39 **** // Updates the display to reflect the user's selection. public void actionPerformed(ActionEvent e) { String command = e.getActionCommand();- if (command.equals(JooneFileChooser.APPROVE_SELECTION)) { setValue(getValue()); } }--- 35,41 ---- // Updates the display to reflect the user's selection. public void actionPerformed(ActionEvent e) { String command = e.getActionCommand();+ if (command.equals(JFileChooser.APPROVE_SELECTION)) { setValue(getValue()); } }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -