[求助]JSpinner如何添加监听器?
怎么给JSpinner添加一个监听器啊?它没有addActionListener这个方法
类库我已经看了 有个addChangeListener 不过不知道怎么用
能不能举个具体点的例子 thx
[此贴子已经被作者于2006-12-16 17:11:34编辑过]
怎么给JSpinner添加一个监听器啊?它没有addActionListener这个方法
类库我已经看了 有个addChangeListener 不过不知道怎么用
能不能举个具体点的例子 thx
[此贴子已经被作者于2006-12-16 17:11:34编辑过]
我看了啊 确实有个changelistener
就是不会用