|
|
@ -2,6 +2,7 @@ package com.fr.start.common; |
|
|
|
|
|
|
|
|
|
|
|
import com.bulenkov.iconloader.IconLoader; |
|
|
|
import com.bulenkov.iconloader.IconLoader; |
|
|
|
import com.fr.base.BaseUtils; |
|
|
|
import com.fr.base.BaseUtils; |
|
|
|
|
|
|
|
import com.fr.design.locale.impl.DoubleSplashMark; |
|
|
|
import com.fr.design.locale.impl.SplashMark; |
|
|
|
import com.fr.design.locale.impl.SplashMark; |
|
|
|
import com.fr.general.IOUtils; |
|
|
|
import com.fr.general.IOUtils; |
|
|
|
import com.fr.general.locale.LocaleCenter; |
|
|
|
import com.fr.general.locale.LocaleCenter; |
|
|
@ -34,7 +35,7 @@ public class SplashPane4WinAndJDK11 extends SplashPane{ |
|
|
|
|
|
|
|
|
|
|
|
private String getSplashPath4WinAndJdk11() { |
|
|
|
private String getSplashPath4WinAndJdk11() { |
|
|
|
String path = (String) LocaleCenter.getMark(SplashMark.class).getValue(); |
|
|
|
String path = (String) LocaleCenter.getMark(SplashMark.class).getValue(); |
|
|
|
String pathOfDouble = (String) LocaleCenter.getMark(SplashMark.class).getValue(); |
|
|
|
String pathOfDouble = (String) LocaleCenter.getMark(DoubleSplashMark.class).getValue(); |
|
|
|
// 为图片加上"@2x"
|
|
|
|
// 为图片加上"@2x"
|
|
|
|
// 某些定制jar里面没有两倍图,判断一下,如果文件不存在,就返回一倍图的path
|
|
|
|
// 某些定制jar里面没有两倍图,判断一下,如果文件不存在,就返回一倍图的path
|
|
|
|
if (IOUtils.readResource(pathOfDouble) != null) { |
|
|
|
if (IOUtils.readResource(pathOfDouble) != null) { |
|
|
|