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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifFileChooserUI.java430 bottomPanel = getBottomPanel();
503 protected JPanel getBottomPanel() { method in class:MotifFileChooserUI
514 getFileChooser().remove(getBottomPanel());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java369 JPanel bottomPanel = getBottomPanel();
452 protected JPanel getBottomPanel() { method in class:MetalFileChooserUI
788 getBottomPanel().remove(getButtonPanel());
792 getBottomPanel().add(getButtonPanel());
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java390 getBottomPanel().setLayout(new BoxLayout(getBottomPanel(), BoxLayout.LINE_AXIS));
393 centerPanel.add(getBottomPanel(), BorderLayout.SOUTH);
411 getBottomPanel().add(labelPanel);
412 getBottomPanel().add(Box.createRigidArea(new Dimension(15, 0)));
453 getBottomPanel().add(fileAndFilterPanel);
454 getBottomPanel().add(Box.createRigidArea(new Dimension(30, 0)));
519 protected JPanel getBottomPanel() { method in class:WindowsFileChooserUI
857 getBottomPanel().remove(getButtonPanel());
861 getBottomPanel()
[all...]

Completed in 52 milliseconds