I have a JDialog that contains two JPanels. I want to add a DateTime picker to the JPanel. I've been trying to use SWT DateTime, which I can get to run; however, it displays outside my JDialog. I can't figure out a way to embed the DateTime into the JPanel. I've tried jpanelname.add(datetimename), but Eclipse balks, wanting a "component". SWT sure seems difficult to integrate (probably just me!). Perhaps another source for a DateTime picker would be easier to implement. Any suggestions?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|