Home
last modified time | relevance | path

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

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java829 final JPanel solidColor = new JPanel(new BorderLayout()); in showCaptureWindow() local
830 solidColor.setBackground(Color.BLACK); in showCaptureWindow()
831 solidColor.add(label); in showCaptureWindow()
844 solidColor.setBackground(Color.WHITE); in showCaptureWindow()
856 solidColor.setBackground(Color.BLACK); in showCaptureWindow()
873 panel.add(solidColor); in showCaptureWindow()