home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
- import java.util.EventObject;
-
- class SlideShowIsle$SymAction implements ActionListener {
- // $FF: synthetic field
- private final SlideShowIsle this$0;
-
- public void actionPerformed(ActionEvent event) {
- Object object = ((EventObject)event).getSource();
- if (object == this.this$0.invisibleButtonNextUnder) {
- this.this$0.invisibleButtonNextUnder_actionPerformed(event);
- } else if (object == this.this$0.invisibleButtonPrevUnder) {
- this.this$0.invisibleButtonPrevUnder_actionPerformed(event);
- }
-
- }
-
- SlideShowIsle$SymAction(SlideShowIsle this$0) {
- this.this$0 = this$0;
- this.this$0 = this$0;
- }
- }
-