Home
last modified time | relevance | path

Searched refs:dialogPanel (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/tko/
DTestLabelManager.java79 Panel dialogPanel = new VerticalPanel(); in TestLabelManager() local
80 dialogPanel.add(stack); in TestLabelManager()
81 dialogPanel.add(buttonPanel); in TestLabelManager()
82 selectLabelDialog.add(dialogPanel); in TestLabelManager()
DSavedQueriesControl.java57 Panel dialogPanel = new VerticalPanel(); in QueryActionDialog() local
61 dialogPanel.add(widgetPanel); in QueryActionDialog()
68 dialogPanel.add(buttonPanel); in QueryActionDialog()
69 add(dialogPanel); in QueryActionDialog()