摘要: Table of Contents1 JList 2 构造函数 3 ListMode 3.1 DefaultListMode 3.1.1 addElement(E element) 3.1.2 add(int index, E element) 4 JList 几个函数 4.1 getSelectedValues() 4.2 getSelectedIndices() 5 addListSelectionListener(ListSelectionListener) 5.1 ListSelectionListener 5.2 valueChanged(ListSelectionEvent e) 阅读全文
posted @ 2011-11-21 11:42 visayafan 阅读(4086) 评论(0) 推荐(0) 编辑