mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 09:54:49 -04:00
removed ToDo
This commit is contained in:
parent
f292b4665a
commit
95cad0f8e6
@ -17,7 +17,7 @@ import java.util.ArrayList;
|
||||
import static de.neemann.digital.analyse.expression.Not.not;
|
||||
|
||||
/**
|
||||
* shows the kv map
|
||||
* JComponent to show a kv map.
|
||||
*/
|
||||
public class KarnaughMapComponent extends JComponent {
|
||||
private static final int STROKE_WIDTH = 4;
|
||||
@ -54,7 +54,7 @@ public class KarnaughMapComponent extends JComponent {
|
||||
try {
|
||||
kv = new KarnaughMap(vars, exp);
|
||||
} catch (KarnaughException e) {
|
||||
kv = null; // ToDo show massage
|
||||
kv = null;
|
||||
message = e.getMessage();
|
||||
}
|
||||
repaint();
|
||||
|
Loading…
x
Reference in New Issue
Block a user