Closedown
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
|
||||
import ch.psi.pshell.ui.Panel;
|
||||
import ch.psi.utils.State;
|
||||
import java.nio.file.Paths;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public class Eiger extends Panel {
|
||||
|
||||
final String RENDERER_PERSIST_FILE = "{context}/EigerRenderer";
|
||||
|
||||
public Eiger() {
|
||||
initComponents();
|
||||
renderer.setPersistenceFile(Paths.get(getContext().getSetup().expandPath(RENDERER_PERSIST_FILE)));
|
||||
}
|
||||
|
||||
//Overridable callbacks
|
||||
|
||||
Reference in New Issue
Block a user