|
|
|
@ -191,7 +191,7 @@ public class TranslucentBorderSpecialPane extends AbstractBorderPackerPane imple
|
|
|
|
|
String lastUsedBorderImageDirPath = history.getLastSelectedBorderImageDir(); |
|
|
|
|
File lastUsedBorderImageDir = StringUtils.isNotEmpty(lastUsedBorderImageDirPath) ? new File(lastUsedBorderImageDirPath) : null; |
|
|
|
|
|
|
|
|
|
File inbuiltBorderImagesDir = new File(StableUtils.pathJoin(ProjectLibrary.getInstance().getLibHome(), ProjectConstants.NOT_SHARE, ProjectConstants.BORDER_IMAGES)); |
|
|
|
|
File inbuiltBorderImagesDir = new File(StableUtils.pathJoin(ProjectLibrary.getInstance().getLibHome(), ProjectConstants.LOCAL, ProjectConstants.BORDER_IMAGES)); |
|
|
|
|
|
|
|
|
|
if (lastUsedBorderImageDir!= null && lastUsedBorderImageDir.exists()) { |
|
|
|
|
imageFileChooser.setCurrentDirectory(lastUsedBorderImageDir); |
|
|
|
|