Hi all How do I use the static method getFocusedComponent() of JTextComponent. I am using JBuilder 6.0. I am using the class DefaultFocusManager() and I am trying to used the static method getFocusedComponent() of JTextComponent to get the component the currently has the focus. What is another way to get the component that has the focus currently? Thank you very much