|
|
|
@ -7,8 +7,8 @@ import com.fr.design.i18n.DesignSizeI18nManager;
|
|
|
|
|
import com.fr.design.i18n.Toolkit; |
|
|
|
|
import com.fr.design.layout.FRGUIPaneFactory; |
|
|
|
|
import com.fr.design.utils.gui.GUICoreUtils; |
|
|
|
|
import com.fr.general.CloudCenter; |
|
|
|
|
import com.fr.general.IOUtils; |
|
|
|
|
import com.fr.i18n.UrlI18nManager; |
|
|
|
|
|
|
|
|
|
import javax.swing.BorderFactory; |
|
|
|
|
import javax.swing.JDialog; |
|
|
|
@ -49,8 +49,7 @@ public class CheckFontInfoDialog extends JDialog implements ActionListener {
|
|
|
|
|
JPanel messagePanel = FRGUIPaneFactory.createVerticalFlowLayout_S_Pane(true); |
|
|
|
|
MessageWithLink linkMessage = new MessageWithLink(Toolkit.i18nText("Fine_Designer_Check_Font_Message"), |
|
|
|
|
Toolkit.i18nText("Fine_Designer_Check_Font_Install_Font"), |
|
|
|
|
UrlI18nManager.getInstance().getI18nUrl("help.install.font") |
|
|
|
|
); |
|
|
|
|
CloudCenter.getInstance().acquireUrlByKind("help.install.font", "https://help.fanruan.com/finereport/doc-view-3999.html")); |
|
|
|
|
linkMessage.setPreferredSize(DesignSizeI18nManager.getInstance().i18nDimension("com.fr.design.mainframe.check.CheckFontInfoDialog.messageWithLink")); |
|
|
|
|
messagePanel.add(linkMessage); |
|
|
|
|
|
|
|
|
|