gbc.insets = indentedInsets;
bitsLabel = new JLabel("Bits");
UIUtil.jGridBagAdd(keyPanel, bitsLabel, gbc, 1);
gbc.weightx = 2.0;
gbc.insets = normalInsets;
bits = new NumericTextField(new Integer(512), new Integer(1024),
new Integer(1024));
bitsLabel.setLabelFor(bits);
UIUtil.jGridBagAdd(keyPanel, bits, gbc, GridBagConstraints.RELATIVE);
UIUtil.jGridBagAdd(keyPanel, new JLabel(), gbc,
GridBagConstraints.REMAINDER);