|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package com.fr.design.update.actions; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.fr.design.utils.BrowseUtils; |
|
|
|
|
import com.fr.general.CloudCenter; |
|
|
|
|
import com.fr.log.FineLoggerFactory; |
|
|
|
|
|
|
|
|
@ -21,7 +22,7 @@ public class NewFeatureAction implements ActionListener {
|
|
|
|
|
@Override |
|
|
|
|
public void actionPerformed(ActionEvent e) { |
|
|
|
|
try { |
|
|
|
|
Desktop.getDesktop().browse(new URI(url)); |
|
|
|
|
BrowseUtils.browser(url); |
|
|
|
|
} catch (Exception ex) { |
|
|
|
|
FineLoggerFactory.getLogger().error(ex.getMessage()); |
|
|
|
|
} |
|
|
|
|