home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 144 / DPCS0200.iso / Internet / Supanet / system / swing.jar / javax / swing / plaf / basic / BasicListUI$HomeAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-05  |  585 b   |  16 lines

  1. package javax.swing.plaf.basic;
  2.  
  3. class BasicListUI$HomeAction extends BasicListUI.IncrementLeadSelectionAction {
  4.    // $FF: synthetic field
  5.    private final BasicListUI this$0;
  6.  
  7.    protected BasicListUI$HomeAction(BasicListUI var1, String var2, int var3) {
  8.       super(var1, var2, var3);
  9.       this.this$0 = var1;
  10.    }
  11.  
  12.    protected int getNextIndex() {
  13.       return 0;
  14.    }
  15. }
  16.