开发者

SWT on OS X: NSSheet equivalent

开发者 https://www.devze.com 2023-01-22 11:21 出处:网络
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.

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

精彩评论

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