wmvcexecutor.java

来自「一个温度计的小程序」· Java 代码 · 共 24 行

JAVA
24
字号
/* * 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 + =
减小字号Ctrl + -
显示快捷键?