java 日期时间选择器控件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1483245/
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
Date time picker control
提问by Micha? Ziober
I look for date time picker control which look like this:
(source: functionx.com)
我寻找看起来像这样的日期时间选择器控件:(来源:functionx.com)
All controls which I found don't use system layout. It would be great if this control use system style and layout.
我发现的所有控件都不使用系统布局。如果此控件使用系统样式和布局,那就太好了。
回答by zedoo
回答by True Soft
SWT has a widget called DateTimewhich looks similar to the one in your image.
SWT 有一个名为的小部件DateTime,它看起来与您图像中的小部件相似。
http://www.java2s.com/Tutorial/Java/0280__SWT/CreateaDateTimecalendarandaDateTimetime.htm
http://www.java2s.com/Tutorial/Java/0280__SWT/CreateaDateTimecalendarandaDateTimetime.htm

