Searched defs:pathChoice (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFileDialogPeer.java104 Choice pathChoice; field in class:XFileDialogPeer
203 pathChoice = new Choice() {
212 pathPanel.add(pathChoice,BorderLayout.EAST);
216 //addComponent(pathChoice, gbl, gbc, 1, 1, GridBagConstraints.RELATIVE,
287 XChoicePeer choicePeer = (XChoicePeer)pathChoice.getPeer();
300 pathChoice.addItemListener(this);
313 pathChoice.addItemListener(this);
497 // Now we do updating of the pathChoice at the time of the choice opening
553 if (source == pathChoice) {
559 String dir = pathChoice
[all...]

Completed in 32 milliseconds