Sagewire Logo

Table cell with a combobox that has a calendar inbeded to the combobox

3 Message(s) by 3 Author(s) originally posted in java gui


From: Blade_runner Date:   Monday, October 08, 2007
Hi can someone please help me,i have a table that one of the cell has
a combobox,i wish to add a calendar to the combobox.

Thank you.


From: Andrew Thompson Date:   Monday, October 08, 2007
wrote in message:
Hi can someone please help me,i have a table that one of the cell has
a combobox,i wish to add a calendar to the combobox.



A date picker(?) inside a JComboBox(?) cell of a
JTable(?) cell?

That sounds horrific. I hope, for the sake of your
user's sanity, as well as their perception of JAVA
based GUI's, that you *never* achieve that.

Why not pop the date picker on-screen in a
dialog, if the user wishes to edit the date?

--
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via http://www.JAVAkb.com


From: bcr666 Date:   Friday, October 12, 2007
wrote in message:
Hi can someone please help me,i have a table that one of the cell has
a combobox,i wish to add a calendar to the combobox.
Thank you.



What is it exactly that you want to do? If you just want the combo
box to contain a list of dates, AND allow selecting a new date, I
would make a combo box with the list of dates, and put in a "Other"
option that'd popup a calendar dialog, let the user select a new
date, put that date into the combo box and select it.



Next Message: Align of images and text in "[code][/code]..."



Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional