home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2005 February
/
PCpro_2005_02.ISO
/
files
/
opensource
/
Opcion_1.1.1
/
Opcion_v1.1.1.exe
/
FontViewer
/
components
/
OtherFontsPanel$2.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
|
2004-04-25
|
802 b
|
18 lines
package FontViewer.components;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
class OtherFontsPanel$2 extends KeyAdapter {
// $FF: synthetic field
private final OtherFontsPanel this$0;
OtherFontsPanel$2(OtherFontsPanel this$0) {
this.this$0 = this$0;
}
public void keyReleased(KeyEvent evt) {
OtherFontsPanel.access$200(this.this$0, evt);
}
}