|
|
|
@ -9,13 +9,15 @@ import java.awt.event.ActionEvent;
|
|
|
|
|
import java.net.URI; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 帮助-服务平台 |
|
|
|
|
* |
|
|
|
|
* @author Destiny.Lin |
|
|
|
|
* @version 11.0 |
|
|
|
|
* created by Destiny.Lin on 2022-12-14 |
|
|
|
|
*/ |
|
|
|
|
public class ServicePlatformAction extends UpdateAction { |
|
|
|
|
public ServicePlatformAction() { |
|
|
|
|
this.setName(Toolkit.i18nText("Fine-Design_Basic_Service_Platform")); |
|
|
|
|
this.setName(Toolkit.i18nText("Fine-Design_Basic_Service_Platform_Title")); |
|
|
|
|
this.setSmallIcon("/com/fr/design/images/platform/platform"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|