Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lanfeust

    freeze row in jtable

    Is it possible in java to freeze a row just like you do in in excel with "freeze panes"???
  2. lanfeust

    How can I manage focuses without focusmanager???

    I have problems to manage the focuses on textareas in a JDialog. I can't use the focusmanager because, with the focusmanager i can't capture the tab (->|) button on the keyboard. The problem is; when I request a focus on a textarea, it jumps to another textarea. f.e.: there are 11 textareas...
  3. lanfeust

    keypressed

    The eventlistener is added to the JComboBox I've tried to solve it by putting the eventlistener an the panel and check if the focus is put on the JComboBox but even when the cursor is in the JComboBox the result of hasFocus() is False.
  4. lanfeust

    keypressed

    I have some problems with the keypressed event in a JComboBox. When the JCombobox has the the keyboardfocus and I press the enter a procedure should be triggered. Problem is that nothing happens. When I did some tests to retrieve the keycode of the enter button and some other buttons, nothing...

Part and Inventory Search

Back
Top