|
|
|
@ -92,7 +92,7 @@ public class UIDetailErrorLinkDialog extends UIDialog {
|
|
|
|
|
contentPane.add(link, BorderLayout.SOUTH); |
|
|
|
|
|
|
|
|
|
// 确定 + 取消
|
|
|
|
|
JPanel actionPane = new JPanel(new FlowLayout(FlowLayout.RIGHT, GAP_10, GAP_10)); |
|
|
|
|
JPanel actionPane = new JPanel(new FlowLayout(FlowLayout.RIGHT, GAP_10, GAP_5)); |
|
|
|
|
actionPane.add(createButton(Toolkit.i18nText("Fine-Design_Report_OK"))); |
|
|
|
|
actionPane.add(createButton(Toolkit.i18nText("Fine-Design_Basic_Cancel"))); |
|
|
|
|
this.getContentPane().add(topPane, BorderLayout.NORTH); |
|
|
|
|