home *** CD-ROM | disk | FTP | other *** search
- package programinfo;
-
- import devplugin.Plugin;
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class ProgramInfoSettingsTab$1 implements ActionListener {
- // $FF: synthetic field
- private final ProgramInfoSettingsTab this$0;
-
- ProgramInfoSettingsTab$1(ProgramInfoSettingsTab this$0) {
- this.this$0 = this$0;
- }
-
- public void actionPerformed(ActionEvent event) {
- this.this$0.saveSettings();
- ProgramInfo.getInstance().execute(Plugin.getPluginManager().getExampleProgram());
- }
- }
-