posts - 1,  comments - 25,  trackbacks - 0
 public void childShellTest(Shell shell){   
  •         //非模态对话框   
  •         ChildShell child1 = new ChildShell(shell);   
  •         //模式对话框 -- 只禁用父窗体   
  •         ChildShell child2 = new ChildShell(shell,SWT.DIALOG_TRIM|SWT.APPLICATION_MODAL);           
  •         //模式对话框 -- 禁用系统窗体   
  •         ChildShell child3 = new ChildShell(shell,SWT.DIALOG_TRIM|SWT.SYSTEM_MODAL);    
  •     }   
  • posted on 2009-08-07 12:25 Daniel 阅读(182) 评论(0)  编辑  收藏 所属分类: Eclipse的相关

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


    网站导航:
     
    <2024年4月>
    31123456
    78910111213
    14151617181920
    21222324252627
    2829301234
    567891011

    常用链接

    留言簿(3)

    随笔档案

    文章分类

    文章档案

    相册

    搜索

    •  

    最新评论