OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tablessplitter
(Results
1 - 1
of
1
) sorted by null
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java
308
JSplitPane
tablesSplitter
= new JSplitPane();
309
tablesSplitter
.setBorder(null);
310
tablesSplitter
.setOrientation(JSplitPane.VERTICAL_SPLIT);
311
tablesSplitter
.setResizeWeight(0);
312
tablesSplitter
.setLeftComponent(firstTableScroller);
313
tablesSplitter
.setBottomComponent(tableScroller);
314
tablesSplitter
.setContinuousLayout(true);
320
sideSplitter.setLeftComponent(
tablesSplitter
);
[
all
...]
Completed in 203 milliseconds