home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2005 June
/
PCpro_2005_06.ISO
/
files
/
opensource
/
tvbrowser
/
TvBrowser_1.0.exe
/
plugins
/
ProgramInfo.jar
/
programinfo
/
ProgramInfoDialog$3.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-09-19
|
728 b
|
18 lines
package programinfo;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ProgramInfoDialog$3 implements ActionListener {
// $FF: synthetic field
private final ProgramInfoDialog this$0;
ProgramInfoDialog$3(ProgramInfoDialog this$0) {
this.this$0 = this$0;
}
public void actionPerformed(ActionEvent evt) {
this.this$0.dispose();
}
}