home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
S283 Planetary Science &… the Search for Life CD 3
/
0_CD-ROM.iso
/
install
/
jre1_3
/
lib
/
rt.jar
/
javax
/
swing
/
WindowConstants.class
(
.txt
)
< prev
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
|
1979-12-31
|
219 b
|
8 lines
package javax.swing;
public interface WindowConstants {
int DO_NOTHING_ON_CLOSE = 0;
int HIDE_ON_CLOSE = 1;
int DISPOSE_ON_CLOSE = 2;
}