Lines Matching refs:panel
372 * Set up "Output" panel.
376 JPanel panel = new JPanel(new GridBagLayout());
385 panel.setBorder(new TitledBorder("Output"));
386 panel.add(new Label("Filename"), c);
388 panel.add(outputField, c);
392 panel.add(browseButton, c);
393 return (panel);
408 // Main panel will be 1 column.
475 * Set up buttons panel at very bottom.
769 super(new GridBagLayout()); // Create panel.