|
|
|
@ -5,6 +5,7 @@ import com.fr.design.gui.ibutton.UIToggleButton;
|
|
|
|
|
import com.fr.design.gui.ilable.UILabel; |
|
|
|
|
import com.fr.design.i18n.Toolkit; |
|
|
|
|
import com.fr.design.mainframe.share.ui.base.MouseClickListener; |
|
|
|
|
import com.fr.log.FineLoggerFactory; |
|
|
|
|
import com.fr.stable.StringUtils; |
|
|
|
|
|
|
|
|
|
import javax.swing.BorderFactory; |
|
|
|
@ -61,7 +62,7 @@ public class ITReplaceWestPanel {
|
|
|
|
|
URI uri = new URI("https://help.fanruan.com/finereport/doc-view-4954.html"); |
|
|
|
|
desktop.browse(uri); |
|
|
|
|
} catch (Exception exception) { |
|
|
|
|
exception.printStackTrace(); |
|
|
|
|
FineLoggerFactory.getLogger().error(exception.getMessage(), exception); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|