/lwtt/trunk/cz/aiken/util/lwtt/TaskTableModel.java |
---|
267,8 → 267,11 |
tasks.clear(); |
File file = getPath(); |
if (!file.exists()) |
if (!file.exists()) { |
Properties props = new Properties(); |
taskFrame.setStartSettings(props); |
return; |
} |
try { |
FileInputStream is = new FileInputStream(file); |