posted 15 years ago
perhaps a hack might be to create another comboBox (hidden),
then get a reference to the button via the combo ui's createArrowButton(),
and add that button to your frame.
you would need to
- remove all listeners (or override installListeners), adding your own
- cast to the correct ui
- probably also need to give the arrowButton a preferredSize
in theory, the button should look the same as your other visible comboBox arrowButton.