文件名称:swtchoices:显示 SWT 多个选项的对话框
文件大小:1.69MB
文件格式:ZIP
更新时间:2024-07-10 08:12:55
Java
SWT 选择对话框 该项目为 SWT 实现了一个对话框,用户可以在其中选择多个选项之一。 它的灵感来自于提供的 DialogBox。 与其实现相反,该项目提供的对话框使用各自平台的本机小部件,并且支持键盘交互。 例子 此基本示例显示一个对话框,其中包含三个选项: // Create choices ChoiceItem [] items = new ChoiceItem []{ new ChoiceItem ( " Exit and save my project " , " Save your work in progress and exit the program " ), new ChoiceItem ( " Exit and don't save " , " Exit the program without saving your project " ), new Ch
【文件预览】:
swtchoices-master
----jars()
--------swtchoicesdialog-0.0.1-doc.jar(46KB)
--------swtchoicesdialog-0.0.1.jar(9KB)
----build.xml(2KB)
----media()
--------screenshot.png(20KB)
----LICENSE(11KB)
----src()
--------main()
----doc()
--------package-list(32B)
--------deprecated-list.html(3KB)
--------help-doc.html(8KB)
--------de()
--------allclasses-frame.html(806B)
--------index.html(3KB)
--------allclasses-noframe.html(766B)
--------resources()
--------stylesheet.css(11KB)
--------constant-values.html(3KB)
--------index-files()
--------overview-tree.html(4KB)
----.gitignore(38B)
----lib()
--------swt-4.2.1-gtk-linux-x86_64.jar(1.68MB)
----README.md(2KB)