Skip to content
Snippets Groups Projects
Commit 6d1d8133 authored by Lucas Stratmann's avatar Lucas Stratmann
Browse files

Removed JPanel from Modul

parent 55595ba9
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ import tec.letsgoing.ardublock.simulator.arduino.Pin; ...@@ -18,7 +18,7 @@ import tec.letsgoing.ardublock.simulator.arduino.Pin;
* @author Lucas * @author Lucas
* *
*/ */
public abstract class Modul extends JPanel implements Observer { public abstract class Modul implements Observer {
private boolean active = true; private boolean active = true;
private Point position; private Point position;
protected Vector<Pin> pins = new Vector<Pin>(); protected Vector<Pin> pins = new Vector<Pin>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment