home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Datatid 1998 #7 & #8
/
Datatid-1998-07&08.iso
/
internet
/
visual
/
main.bin
/
ModalDialog.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
|
1997-08-04
|
675 b
|
14 lines
package symantec.itools.awt.util.dialog;
import java.awt.Frame;
public strictfp class ModalDialog extends DialogBox {
public ModalDialog(Frame f) {
super(f, true);
}
public ModalDialog(Frame f, String s) {
super(f, s, true);
}
}