You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
640 B
28 lines
640 B
/* |
|
* Copyright (C), 2015-2019 |
|
* FileName: FuncUtils |
|
* Author: |
|
* Date: 2019/8/22 15:05 |
|
* Description: FuncUtils |
|
* History: |
|
* <author> <time> <version> <desc> |
|
*/ |
|
package com.fr.plugin.ajhig.utils; |
|
|
|
import com.fr.base.IconManager; |
|
|
|
/** |
|
* 〈Function Description〉<br> |
|
* 〈FuncUtils〉 |
|
* |
|
* @author |
|
* @since 1.0.0 |
|
*/ |
|
public class FuncUtils { |
|
public static String loadIcon() { |
|
// Icon icon = new Icon("json", IOUtils.readImage(ICON_PATH)); |
|
// IconManager.getIconManager().addIcon(icon, true); |
|
// return icon.getName(); |
|
return IconManager.EXCEL.getName(); |
|
} |
|
} |