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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-29 16:42:31  来源:igfitidea点击:

Date time picker control

javalayoutdatepickerswt

提问by Micha? Ziober

I look for date time picker control which look like this:alt text
(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 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