removing focus from a component
Is there a way to remove focus from a Component or JComponent? I see methods Component.isFocusOwner() and Component.transferFocus() to query and transfer focus, but I don't see one to remove focus completely. Is it possible to do this?
[243 byte] By [
@modia] at [2007-11-27 9:22:20]

# 2
I don't want to remove focus permanently with setFocusable(false), I just want to remove it from the component as if transferFocus() had been called, but instead of giving a new component focus just essentially throw the focus away.
@modia at 2007-7-12 22:16:43 >
