Searched refs:frame (Results 1 – 1 of 1) sorted by relevance
823 JFrame frame = new JFrame(captureParams); in showCaptureWindow() local874 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()