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
/
SystemFontsPanel$1.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
|
809 b
|
18 lines
package FontViewer.components;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
class SystemFontsPanel$1 extends KeyAdapter {
// $FF: synthetic field
private final SystemFontsPanel this$0;
SystemFontsPanel$1(SystemFontsPanel this$0) {
this.this$0 = this$0;
}
public void keyReleased(KeyEvent evt) {
SystemFontsPanel.access$000(this.this$0, evt);
}
}