开发者

TextField Listener

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'开发者_StackOverflow中文版s it's peer. So which one Listener should I use? KeyListener and implement reasonably just one method?


You should use a Document Listener in that case.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜