home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Symantec Visual Cafe for Java 2.5
/
symantec-visual-cafe-2.5-database-dev-edition.iso
/
VCafe
/
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);
}
}