|
|
|
@ -16,7 +16,7 @@ import com.fr.design.utils.ImageUtils;
|
|
|
|
|
import com.fr.design.utils.gui.GUICoreUtils; |
|
|
|
|
import com.fr.general.GeneralContext; |
|
|
|
|
import com.fr.general.locale.image.LocaleImageFactory; |
|
|
|
|
import com.fr.general.locale.image.LocaleImageMarkWithAttachID; |
|
|
|
|
import com.fr.general.locale.image.LocaleImageMark; |
|
|
|
|
import com.fr.stable.Constants; |
|
|
|
|
import com.fr.stable.CoreGraphHelper; |
|
|
|
|
import com.fr.stable.StringUtils; |
|
|
|
@ -65,7 +65,7 @@ public class ChartEmptyDataStylePane extends AbstractAttrNoScrollPane {
|
|
|
|
|
private static final String EMPTY_DATA_IMAGE_PATH = "/com/fr/design/images/emptydata.png"; |
|
|
|
|
|
|
|
|
|
static { |
|
|
|
|
LocaleImageMarkWithAttachID localeImageMark = LocaleImageFactory.getOrCreateLocaleMarkWithAttachID(EMPTY_DATA_IMAGE_PATH); |
|
|
|
|
LocaleImageMark localeImageMark = LocaleImageFactory.getOrCreateLocaleMark(EMPTY_DATA_IMAGE_PATH); |
|
|
|
|
DEFAULT_EMPTY_DATA_IMAGE = localeImageMark.getImageWithLocale(GeneralContext.getLocale()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|