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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DThreadTab.java54 JSplitPane threadsSplitPane; field in class:ThreadTab
142 threadsSplitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,
144 threadsSplitPane.setOneTouchExpandable(true);
145 threadsSplitPane.setBorder(null);
172 firstTabPanel.add(threadsSplitPane, BorderLayout.CENTER);
471 splitPane.setDividerLocation(threadsSplitPane.getDividerLocation());

Completed in 31 milliseconds