Constructor JList(Vector> listData)
Member of:
javax.swing.JList
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
termList = new JList(hiddenTerms);
2
processList = new JList(v);
3
types=new JList(initTypeList());
4
final JList list = new JList(classNames);
5
_toolsList = new JList(v);
6
JList namesList = new JList(sortedNames);
7
usersList = new JList(users);
8
shortcutsList = new javax.swing.JList (strokes);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.