|
|
|
@ -59,7 +59,7 @@ public class GuideCompleteDialog extends JDialog {
|
|
|
|
|
completeImage.setPreferredSize(new Dimension(DIALOG_WIDTH, ICON_HEIGHT)); |
|
|
|
|
|
|
|
|
|
JPanel container = new JPanel(new BorderLayout(0, 10)); |
|
|
|
|
container.setBorder(BorderFactory.createEmptyBorder(0, 52, 25, 52)); |
|
|
|
|
container.setBorder(BorderFactory.createEmptyBorder(15, 52, 25, 52)); |
|
|
|
|
|
|
|
|
|
UILabel title = new UILabel(Toolkit.i18nText("Fine-Design_Guide_Complete_Confirm")); |
|
|
|
|
title.setFont(title.getFont().deriveFont(22.0f)); |
|
|
|
|