p { margin-bottom: 0.21cm; }a:link { }
-
Dialog 类
-
Dialog 临时窗体 不可改变大小 一般是用作与客户通信
-
Dialog 与FileDialog 类
-
Dialog 类用于产生对话框
-
模态对话框和非模态对话框
-
模态对话框就是在关闭模态对话框之前不能对其他窗体进程操作
-
-
Dialog 类的常用的构造方法
-
Dialog 常用的方法
-
返回父窗体 getOwner()
-
-
FileDialog 类
此类是用来提供打开或保存的对话框
构造方法
FileDialog ( Dialog parent, String title, int mode)
创建一个具有指定标题的文件对话框窗口,用于加载或保存文件。
常量
static int | LOAD |
static int | SAVE |