|
|
|
@ -14,7 +14,6 @@ import com.fr.design.style.background.image.ImageFileChooser;
|
|
|
|
|
import com.fr.design.style.background.image.ImagePreviewPane; |
|
|
|
|
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.LocaleImageMark; |
|
|
|
|
import com.fr.stable.Constants; |
|
|
|
@ -66,7 +65,7 @@ public class ChartEmptyDataStylePane extends AbstractAttrNoScrollPane {
|
|
|
|
|
|
|
|
|
|
static { |
|
|
|
|
LocaleImageMark localeImageMark = LocaleImageFactory.getOrCreateLocaleMark(EMPTY_DATA_IMAGE_PATH); |
|
|
|
|
DEFAULT_EMPTY_DATA_IMAGE = localeImageMark.getImageWithLocale(GeneralContext.getLocale()); |
|
|
|
|
DEFAULT_EMPTY_DATA_IMAGE = localeImageMark.getValue(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|