home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- final class SplitPanePanel$2 implements ActionListener {
- // $FF: synthetic field
- private final SplitPanePanel this$0;
-
- public void actionPerformed(ActionEvent var1) {
- this.this$0.splitPane.setOrientation(1);
- }
-
- // $FF: synthetic method
- SplitPanePanel$2(SplitPanePanel var1) {
- this.this$0 = var1;
- }
- }
-