Searched refs:connectionPanel (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DTableExample.java87 JPanel connectionPanel; field in class:TableExample
106 * Brigs up a JDialog using JOptionPane containing the connectionPanel.
110 if (JOptionPane.showOptionDialog(tableAggregate, connectionPanel,
122 * Creates the connectionPanel, which will contain all the fields for
140 connectionPanel = new JPanel(false);
141 connectionPanel.setLayout(new BoxLayout(connectionPanel,
158 connectionPanel.add(namePanel);
159 connectionPanel.add(fieldPanel);

Completed in 561 milliseconds