Re: Replacing the JList as the JComboBox popup

2001-05-10 Thread John caron
"Farwell, Paul" <[EMAIL PROTECTED]> asked: > 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 JC

Replacing the JList as the JComboBox popup

2001-05-07 Thread Farwell, Paul
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. BasicComboBox