TextField Listener
Posted
by coubeatczech
on Stack Overflow
See other posts from Stack Overflow
or by coubeatczech
Published on 2010-04-27T22:51:48Z
Indexed on
2010/04/27
22:53 UTC
Read the original article
Hit count: 257
Hi, there's a swing JTextField
, and I want to add a listener, so whenever the users types a single letter, there's an event. There's a ValueChanged
event in scala api, but I don't get it what's it's peer. So which one Listener
should I use? KeyListener
and implement reasonably just one method?
© Stack Overflow or respective owner