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

/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java393 getBottomPanel().setLayout(new BoxLayout(getBottomPanel(), BoxLayout.LINE_AXIS));
396 centerPanel.add(getBottomPanel(), BorderLayout.SOUTH);
414 getBottomPanel().add(labelPanel);
415 getBottomPanel().add(Box.createRigidArea(new Dimension(15, 0)));
457 getBottomPanel().add(fileAndFilterPanel);
458 getBottomPanel().add(Box.createRigidArea(new Dimension(30, 0)));
527 protected JPanel getBottomPanel() { method in class:WindowsFileChooserUI
870 getBottomPanel().remove(getButtonPanel());
874 getBottomPanel()
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java377 JPanel bottomPanel = getBottomPanel();
472 protected JPanel getBottomPanel() { method in class:MetalFileChooserUI
850 getBottomPanel().remove(getButtonPanel());
857 getBottomPanel().add(getButtonPanel());
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifFileChooserUI.java438 bottomPanel = getBottomPanel();
516 protected JPanel getBottomPanel() { method in class:MotifFileChooserUI
527 getFileChooser().remove(getBottomPanel());

Completed in 56 milliseconds