show rendered image
added loading icon image is scaled to available space
This commit is contained in:
14
pdb-ui/src/main/java/org/lucares/pdbui/PropertyKeys.java
Normal file
14
pdb-ui/src/main/java/org/lucares/pdbui/PropertyKeys.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package org.lucares.pdbui;
|
||||
|
||||
public interface PropertyKeys {
|
||||
|
||||
/**
|
||||
* The path for generated images
|
||||
*/
|
||||
String PATH_GENERATED_IMAGES = "path.output";
|
||||
|
||||
/**
|
||||
* Path for temporary files
|
||||
*/
|
||||
String TMP_DIR = "path.tmp";
|
||||
}
|
||||
Reference in New Issue
Block a user