Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.10 seconds.

  1. Thread: JTextField

    by aussiemcgr
    Replies
    3
    Views
    1,393

    Re: JTextField

    Not that I know of. I assume that is an ItemListener. In order for events to take place on a GUI object, you need to add listeners to them. As far as I know, JTextField does not allow you add...
  2. Thread: JTextField

    by aussiemcgr
    Replies
    3
    Views
    1,393

    Re: JTextField

    Do some research into adding DocumentListeners to JTextFields. Here is an oracle tutorial about it: How to Write a Document Listener (The Java™ Tutorials > Creating a GUI With JFC/Swing > Writing...
Results 1 to 2 of 2