Constructor JList()
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
valueList = new JList();
2
list = new JList();
3
listbox = new JList();
4
list = new JList();
5
listBox = new JList();
6
vList = new JList();
7
genreList = new JList();
8
typeList = new javax.swing.JList();
9
list = new JList();
10
contactsList = new JList();
11
mediaList = new JList();
12
resultList = new JList();
13
mMfgList = new JList();
14
case(AtrisXMLEditorToolbar.TOOLBAR_LIST) :addObject("List",lOverComponent,new JList(),lpointActual.x,lpointActual.y,100,100);break;
15
availableDiagramsListview = new JList();
16
archiveProjects = new javax.swing.JList();
17
insList = new javax.swing.JList();
18
messageJList = new javax.swing.JList();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.