|
|
@ -57,7 +57,7 @@ import static javax.swing.JOptionPane.ERROR_MESSAGE; |
|
|
|
public class ShareGeneratePane extends BasicPane { |
|
|
|
public class ShareGeneratePane extends BasicPane { |
|
|
|
|
|
|
|
|
|
|
|
private static final Dimension DIALOG_SIZE = new Dimension(670, 740); |
|
|
|
private static final Dimension DIALOG_SIZE = new Dimension(670, 740); |
|
|
|
private static final Dimension DIALOG_NORMAL_SIZE = new Dimension(660, 610); |
|
|
|
private static final Dimension DIALOG_NORMAL_SIZE = new Dimension(670, 610); |
|
|
|
private static final Border DIALOG_BORDER = BorderFactory.createEmptyBorder(0, 6, 4, 6); |
|
|
|
private static final Border DIALOG_BORDER = BorderFactory.createEmptyBorder(0, 6, 4, 6); |
|
|
|
|
|
|
|
|
|
|
|
private JPanel mainPane = null; |
|
|
|
private JPanel mainPane = null; |
|
|
|