home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
- import java.util.EventObject;
-
- class FrameMain$Action implements ActionListener {
- // $FF: synthetic field
- private final FrameMain this$0;
-
- public void actionPerformed(ActionEvent event) {
- Object object = ((EventObject)event).getSource();
- if (object == this.this$0.miOpen) {
- this.this$0.miOpen_Action(event);
- } else if (object == this.this$0.miAbout) {
- this.this$0.miAbout_Action(event);
- } else if (object == this.this$0.miExit) {
- this.this$0.miExit_Action(event);
- } else if (object == this.this$0.buttonPrevious) {
- this.this$0.buttonPrevious_Action(event);
- } else if (object == this.this$0.buttonNext) {
- this.this$0.buttonNext_Action(event);
- } else if (object == this.this$0.slideShowItinerary) {
- this.this$0.slideShowItinerary_SlideChanged(event);
- }
-
- }
-
- FrameMain$Action(FrameMain this$0) {
- this.this$0 = this$0;
- this.this$0 = this$0;
- }
- }
-