扩展阅读
java命名空间javax.swing类jfilechooser的类成员方法: getdialogtype定义及介绍
发布时间:2014-2-18
本文导语:
getdialogtype
public int getdialogtype()
返回此对话框的类型。默认值是 jfilechooser.open_dialog。
返回:要显示的对话框的类型:
jfilechooser.open_dialog
jfilechooser.save_dialog
jfilechooser.custom_dialog
另请参见:setdialogtype(int)