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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DLabeledComponent.java34 JPanel rightPanel; field in class:LabeledComponent
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java90 private JPanel rightPanel; field in class:GTKFileChooserUI
322 rightPanel.setVisible(((Integer)e.getNewValue()).intValue() != JFileChooser.DIRECTORIES_ONLY);
608 rightPanel = new JPanel(new GridBagLayout());
609 rightPanel.setName("GTKFileChooser.fileListPanel");
616 rightPanel.add(fileListLabel, new GridBagConstraints(
620 rightPanel.add(createFilesList(), new GridBagConstraints(
628 splitPanel.add(rightPanel, leftToRight ? JSplitPane.RIGHT : JSplitPane.LEFT);

Completed in 235 milliseconds