Skip to content

Commit

Permalink
Fix Nullpointer Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenkiss committed Aug 28, 2013
1 parent 151f1cd commit 6d1d53f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/fcatools/conexpng/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import de.tudresden.inf.tcs.fcaapi.exception.IllegalObjectException;
import de.tudresden.inf.tcs.fcalib.FullObject;
import fcatools.conexpng.gui.MainFrame;
import fcatools.conexpng.gui.lattice.LatticeGraph;
import fcatools.conexpng.io.CEXReader;
import fcatools.conexpng.model.FormalContext;

Expand Down Expand Up @@ -98,6 +99,7 @@ private void showExample(Conf state) {
e1.printStackTrace();
}
state.newContext(context);
state.lattice = new LatticeGraph();
}

// Store location & size of UI & dir that was last opened from
Expand Down

0 comments on commit 6d1d53f

Please sign in to comment.