Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #2602 > unrolled thread
| Started by | "Blade_runner" <blade_runner@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:40 +0000 |
| Last post | 2011-04-27 15:40 +0000 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.java.gui
Table cell with a combobo "Blade_runner" <blade_runner@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000
Re: Table cell with a com "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000
Re: Table cell with a com "bcr666" <bcr666@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000
| From | "Blade_runner" <blade_runner@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:40 +0000 |
| Subject | Table cell with a combobo |
| Message-ID | <1191831009.657110.186260@o3g2000hsb.googlegroups.com> |
To: comp.lang.java.gui 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. --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:40 +0000 |
| Subject | Re: Table cell with a com |
| Message-ID | <7961eaa8aad4c@uwe> |
| In reply to | #2602 |
To: comp.lang.java.gui Blade_runner wrote: >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 --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "bcr666" <bcr666@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:40 +0000 |
| Subject | Re: Table cell with a com |
| Message-ID | <1192207381.952987.182040@k35g2000prh.googlegroups.com> |
| In reply to | #2602 |
To: comp.lang.java.gui On Oct 8, 3:10 am, Blade_runner <tbsetlalekg...@gmail.com> wrote: > 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 would popup a calendar dialog, let the user select a new date, put that date into the combo box and select it. --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.gui
csiph-web