projects
/
Mograsim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70aaa69
)
Removed debug code
author
Daniel Kirschten
<daniel.kirschten@gmx.de>
Mon, 13 May 2019 20:54:31 +0000
(22:54 +0200)
committer
Daniel Kirschten
<daniel.kirschten@gmx.de>
Mon, 13 May 2019 20:54:31 +0000
(22:54 +0200)
LogicUI/src/LogicUI.java
patch
|
blob
|
history
diff --git
a/LogicUI/src/LogicUI.java
b/LogicUI/src/LogicUI.java
index
97a5c75
..
070f343
100644
(file)
--- a/
LogicUI/src/LogicUI.java
+++ b/
LogicUI/src/LogicUI.java
@@
-54,7
+54,6
@@
public class LogicUI
new NotGate(1, f, g);
new Merger(h, c, g);
addComponent(new GUIMux(1, i, e, h, d), 10, 10);
- addComponent(new GUIMux(1, a, new WireArray(10, 1), a, b, e, f), 100, 100);
new Splitter(i, k, j);
}
private void addComponent(BasicGUIComponent component, double x, double y)