home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.basic;
-
- import com.sun.java.swing.AbstractAction;
- import java.awt.event.ActionEvent;
-
- final class BasicTableUI$1 extends AbstractAction {
- // $FF: synthetic field
- private final BasicTableUI this$0;
-
- public void actionPerformed(ActionEvent var1) {
- int var2 = this.this$0.table.getSelectedColumn() + 1;
- if (var2 < this.this$0.table.getColumnCount()) {
- this.this$0.moveAnchor(this.this$0.table.getSelectedRow(), var2);
- }
- }
-
- // $FF: synthetic method
- BasicTableUI$1(BasicTableUI var1) {
- this.this$0 = var1;
- }
- }
-