|
|
|
@ -332,10 +332,10 @@ public abstract class DatabaseConnectionPane<E extends com.fr.data.impl.Connecti
|
|
|
|
|
directUiLabel.setIcon(UIManager.getIcon("OptionPane.narrow.right")); |
|
|
|
|
detailLabel.setText(Toolkit.i18nText("Fine_Designer_Look_Detail")); |
|
|
|
|
detailLabel.setForeground(Color.BLUE); |
|
|
|
|
hiddenPanel.setLayout(new BorderLayout(10, 0)); |
|
|
|
|
hiddenPanel.setLayout(new BorderLayout(2, 0)); |
|
|
|
|
hiddenPanel.add(new JPanel(), BorderLayout.WEST); |
|
|
|
|
hiddenPanel.add(new JPanel(), BorderLayout.EAST); |
|
|
|
|
downPane.setLayout(new FlowLayout(FlowLayout.CENTER, 6, 9)); |
|
|
|
|
downPane.setLayout(new FlowLayout(FlowLayout.RIGHT, 15, 9)); |
|
|
|
|
downPane.add(okButton); |
|
|
|
|
downPane.add(cancelButton); |
|
|
|
|
jp.setLayout(new BoxLayout(jp, BoxLayout.Y_AXIS)); |
|
|
|
|