Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/tko/
DTestLabelManager.java75 Panel buttonPanel = new HorizontalPanel(); in TestLabelManager() local
76 buttonPanel.add(submitButton); in TestLabelManager()
77 buttonPanel.add(cancelButton); in TestLabelManager()
81 dialogPanel.add(buttonPanel); in TestLabelManager()
DSavedQueriesControl.java63 Panel buttonPanel = new HorizontalPanel(); in QueryActionDialog() local
66 buttonPanel.add(actionButton); in QueryActionDialog()
67 buttonPanel.add(cancelButton); in QueryActionDialog()
68 dialogPanel.add(buttonPanel); in QueryActionDialog()