Searched refs:rightPanel (Results 1 - 3 of 3) 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/motif/
H A DMotifFileChooserUI.java373 JPanel rightPanel = new JPanel();
374 align(rightPanel);
375 rightPanel.setLayout(new BoxLayout(rightPanel, BoxLayout.PAGE_AXIS));
376 rightPanel.setInheritsPopupMenu(true);
381 rightPanel.add(l);
384 rightPanel.add(sp);
389 centerPanel.add(rightPanel);
/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 36 milliseconds