hengheng123456789

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  297 Posts :: 68 Stories :: 144 Comments :: 0 Trackbacks
显示一个简单的目录对话框

 public static void main (String [] args) {
  Display display = new Display ();
  Shell shell = new Shell (display);
  shell.open ();
  DirectoryDialog dialog = new DirectoryDialog (shell);
  dialog.setFilterPath ("c:\\"); //Windows specific
  System.out.println ("RESULT=" + dialog.open ());
  while (!shell.isDisposed()) {
   if (!display.readAndDispatch ()) display.sleep ();
  }
  display.dispose ();
 }
posted on 2006-11-07 15:13 哼哼 阅读(2538) 评论(1)  编辑  收藏 所属分类: SWT

Feedback

# re: SWT 目录对话框(DirectoryDialog类)[未登录] 2008-03-29 11:47 zq
Display display = new Display ();
Shell shell = new Shell (display);
这是什么?  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航: