开发者

SWT on OS X: NSSheet equivalent

Is SWT capable of showing an NSSheet 开发者_StackOverflow中文版like Quaqua simulates it using Swing?


One has to create the Dialog with the option SWT.SHEET, e.g.

FileDialog fileDialog = new FileDialog(shell, SWT.OPEN | SWT.SHEET);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜