home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 2000 March
/
pcp161a.iso
/
handson
/
files
/
copyjava.exe
/
com
/
sun
/
java
/
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
|
1998-02-26
|
325 b
|
8 lines
package com.sun.java.swing;
public interface WindowConstants {
int DO_NOTHING_ON_CLOSE = 0;
int HIDE_ON_CLOSE = 1;
int DISPOSE_ON_CLOSE = 2;
}