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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DClassTab.java71 Center: plotterPanel (BorderLayout)
91 JPanel plotterPanel = new JPanel(new BorderLayout());
95 add(plotterPanel, BorderLayout.CENTER);
121 plotterPanel.add(loadedClassesMeter);
128 LabeledComponent.layout(plotterPanel);
H A DThreadTab.java82 Center: plotterPanel (BorderLayout)
100 JPanel plotterPanel = new JPanel(new VariableGridLayout(0, 1, 4, 4, true, true));
103 add(plotterPanel, BorderLayout.CENTER);
115 plotterPanel.add(threadMeter);
176 plotterPanel.add(threadListTabbedPane);
H A DMemoryTab.java52 PlotterPanel plotterPanel; field in class:MemoryTab
84 Center: plotterPanel
106 plotterPanel = new PlotterPanel(null);
110 add(plotterPanel, BorderLayout.CENTER);
230 plotterPanel.setPlotter(plotter);

Completed in 32 milliseconds