Re: Help with ComboBox. Very Urgent please
"Witold Szczerba" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
2006/8/22, Olalekan Samuel <[email protected]>: > [...]I want to load these Jcombobx > using a class that I wrote but this is given me a problem. Can anybody > help me out in solving this problem as it is an urgent work please. I don't know if this is what you need, but in Matisse, you can place a JComboBox from palette, select it, open properties, find "Code Generation" under "Code" tab and there you may place any method call that will return your custom JComboBox... Is that what you were looking for?