📄 wmvcexecutor.java
字号:
/* * WmvcExecutor - Support class for implmentation * of the WmvcController class. * (c) 2001, Bruce E. Wampler */import java.awt.event.*;import javax.swing.event.*;public class WmvcExecutor{ // an execute for each type of event we might have public void execute(ActionEvent event) { } public void execute(ItemEvent event) { } public void execute(ChangeEvent event) { }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -