dialog.setModalityType(Dialog.ModalityType.DOCUMENT_MODAL);
Above underlined text is giving me error- "Can not find symbol 'ModalityType'"
M using java version 1.5.0.
Thanx.
Printable View
dialog.setModalityType(Dialog.ModalityType.DOCUMENT_MODAL);
Above underlined text is giving me error- "Can not find symbol 'ModalityType'"
M using java version 1.5.0.
Thanx.