2

I look for date time picker control which look like this:alt text
(source: functionx.com)

All controls which I found don't use system layout. It would be great if this control use system style and layout.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Michał Ziober
  • 37,175
  • 18
  • 99
  • 146

2 Answers2

4

Did you already look at these?

http://swtcalendar.sourceforge.net/demos.html

http://www.eclipse.org/nebula/widgets/calendarcombo/calendarcombo.php

zedoo
  • 10,562
  • 12
  • 44
  • 55
2

SWT has a widget called DateTime which looks similar to the one in your image.

http://www.java2s.com/Tutorial/Java/0280__SWT/CreateaDateTimecalendarandaDateTimetime.htm

True Soft
  • 8,675
  • 6
  • 54
  • 83