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

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DEditorTopComponent.java113 private JPanel centerPanel; field in class:EditorTopComponent
255 centerPanel = new JPanel();
256 this.add(centerPanel, BorderLayout.CENTER);
258 centerPanel.setLayout(cardLayout);
259 centerPanel.add(SCENE_STRING, scene.getScrollPane());
260 centerPanel.setBackground(Color.WHITE);
263 centerPanel.add(SATELLITE_STRING, satelliteComponent);
324 cardLayout.show(centerPanel, SATELLITE_STRING);
330 cardLayout.show(centerPanel, SCENE_STRING);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java60 private JPanel centerPanel; field in class:WindowsFileChooserUI
377 centerPanel = new JPanel(new BorderLayout());
378 centerPanel.add(getAccessoryPanel(), BorderLayout.AFTER_LINE_ENDS);
384 centerPanel.add(filePane, BorderLayout.CENTER);
385 fc.add(centerPanel, BorderLayout.CENTER);
393 centerPanel.add(getBottomPanel(), BorderLayout.SOUTH);

Completed in 170 milliseconds