Issue #155 Remembering window size and splitbar position between runs

This commit is contained in:
Jindra Petk
2013-06-29 21:28:20 +02:00
parent 8bb44eb150
commit ff1635bb87
6 changed files with 86 additions and 30 deletions

View File

@@ -105,6 +105,10 @@ public class Configuration {
}
}
public static boolean containsConfig(String cfg) {
return config.containsKey(cfg);
}
public static Object getConfig(String cfg) {
return getConfig(cfg, null);
}