Topic: 不知道如何打开系统的文件通用对话匡,使用java.awt.FileDialog

  Print this page

1.不知道如何打开系统的文件通用对话匡,使用java.awt.FileDialog Copy to clipboard
Posted by: booolee
Posted on: 2004-09-04 16:26

大家帮帮我
我使用SWT DESIGNER设计界面
其中一个按钮是要打开FILEDIALOG
代码如下
    button.addActionListener(new ActionListener() {
      public void actionPerformed(ActionEvent e){
        FileDialog fd=new FileDialog(this,"选择文件",FileDialog.LOAD);
        fd.show();
        textField.setText(fd.getFile());
      }
    });
编译时eclipse总是提示我
构造函数FileDialog(<ActionListener的匿名实现>,String,int)未定义

2.Re:不知道如何打开系统的文件通用对话匡,使用java.awt.FileDialog [Re: booolee] Copy to clipboard
Posted by: yipsilon
Posted on: 2004-09-05 00:34

默认有org.eclipse.swt.widgets.FileDialog, 你看看是不是和那个冲突了?

3.Re:不知道如何打开系统的文件通用对话匡,使用java.awt.FileDialog [Re: booolee] Copy to clipboard
Posted by: Starcraft
Posted on: 2004-09-12 12:05

如果有类名冲突最好带上全部限定名,就是带包名。


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923