We have a calendar component that we want displayed when the user clicks the
JComboBox arrow.  Does anyone know a relatively painless way to set a
component -- other than the default JList -- as the popup item in a
JComboBox? In looking at the JComboBox source and its delegates (e.g.
BasicComboBoxUI, BasicComboPopup) it looks as if JList is pretty tightly
coupled as the JComboBox's popup component. 

I've looked at
http://www2.gol.com/users/tame/swing/examples/SwingExamples.html already.
All of its examples assume a JList as the popup.

tia,

pf
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to