D
DeMarcus
Hi,
I have created a custom MyComboBox component that extends
from JPanel. From there I build up my combobox with a couple
of standard swing components.
To me (as I want it) the MyComboBox has focus as long as any
of the components within has focus.
My question is; what's the best way to detect a lost focus
event on the whole MyComboBox?
Thanks
Daniel
I have created a custom MyComboBox component that extends
from JPanel. From there I build up my combobox with a couple
of standard swing components.
To me (as I want it) the MyComboBox has focus as long as any
of the components within has focus.
My question is; what's the best way to detect a lost focus
event on the whole MyComboBox?
Thanks
Daniel