JComboBox into JHeader
Hello ,
i am trying to put a JComboBox into Header of a JTable, i do it by
implementing the TableCellRenderer, also i implement
getTableCellRendererComponent(Jtable.....) method to return a ComboBox.
i can see the combobox into header of my table , but i can select any items
of it, it's seems that the combobox disabled.
can somenone help me plz ?
my best regards
.
Relevant Pages
- Re: Autofilling a form
... Open a copy of your form in design view. ... Drag down the bottom of the header window ... click on the combobox icon and draw your combobox in ... With the form open in run mode, start typing a record key into the ... (microsoft.public.access.gettingstarted) - Re: Q: Handler-Methode komfortabel =?ISO-8859-1?Q?l=F6schen=3F?=
... Muss ich tatsächlich den header, die Cpp und die MessageMap manuell bereinigen? ... Dort den Handler suchen. ... Combobox öffnen und Löschen... ... (microsoft.public.de.vc) - Open form to particular record
... This sounds very similar to using the Control Wizard to ... so that one has to click onto the ComboBox ... >Many time I will place a combo box in the Header of my ... >>that On Open it prompts for the RecordName and opens to ... (microsoft.public.access.forms) - Re: Combo Box sort for Report
... header and not page header. ... in the report and it didn't work. ... expression lists the actual combobox on the reports form. ... Here Is how my query is setup. ... (microsoft.public.access.reports) - Strange JTableHeader repaint behavior
... I wrote a JTable with a custom table header that shows a label; ... a combobox appears and you can choose a value (used ... (comp.lang.java.gui) |
|