Home
last modified time | relevance | path

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

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java823 JFrame frame = new JFrame(captureParams); in showCaptureWindow() local
874 frame.add(panel); in showCaptureWindow()
876 frame.pack(); in showCaptureWindow()
877 frame.setResizable(false); in showCaptureWindow()
878 frame.setLocationRelativeTo(Workspace.this); in showCaptureWindow()
879 frame.setVisible(true); in showCaptureWindow()