java WindowBuilder 的 DatePicker?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17278995/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
DatePicker for WindowBuilder?
提问by user2496520
I am using WindowBuilder (Eclipse Juno 4.2) to create GUI for my project. In that GUI I need to use date picker. I searched online for some date pickers and found out some library that will do work but for some reason I can't implemet it in WindowBuilder. Is there any Date picker that will work (that can be added as a Window Builder component) with WindowBuilder. Regards.
我正在使用 WindowBuilder (Eclipse Juno 4.2) 为我的项目创建 GUI。在那个 GUI 中,我需要使用日期选择器。我在网上搜索了一些日期选择器,发现了一些可以工作的库,但由于某种原因我无法在 WindowBuilder 中实现它。是否有任何日期选择器可以与 WindowBuilder 一起工作(可以添加为 Window Builder 组件)。问候。
采纳答案by Hyman Harkness
回答by Yaza
For SWT there is an internal date picker but also a myriad of widgets in the Eclipse Nebula project.
对于 SWT,有一个内部日期选择器,但在 Eclipse Nebula 项目中还有无数的小部件。