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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-11-05
|
585 b
|
16 lines
package javax.swing.plaf.basic;
class BasicListUI$HomeAction extends BasicListUI.IncrementLeadSelectionAction {
// $FF: synthetic field
private final BasicListUI this$0;
protected BasicListUI$HomeAction(BasicListUI var1, String var2, int var3) {
super(var1, var2, var3);
this.this$0 = var1;
}
protected int getNextIndex() {
return 0;
}
}