linux 爱好者,java爱好者
发布时间:2015-10-01 19:48:03
鼠标点击jlist控件时,触发ValueChanged事件<br />getValueIsAdjusting:如果list选项改变,返回true.<br />jlist.getSelectedIndex:得到list中被选中的项.<br />示例:<br />if (evt.getValueIsAdjusting()) {<br /> int index = this.jList1.getSele.........【阅读全文】