OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buttonspanel
(Results
1 - 1
of
1
) sorted by null
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java
150
private JToolBar
buttonsPanel
;
741
buttonsPanel
.getPreferredSize().width);
774
buttonsPanel
= new JToolBar();
775
buttonsPanel
.setFloatable(false);
790
buttonsPanel
.add(white);
803
buttonsPanel
.add(black);
814
buttonsPanel
.add(showExtras);
816
return
buttonsPanel
;
[
all
...]
Completed in 48 milliseconds