Class hierarchy cleanup:
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 29 May 2019 19:49:54 +0000 (21:49 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 29 May 2019 19:49:54 +0000 (21:49 +0200)
commit08209a94ec4988b5e24ca3dea9042005ca559034
tree2be228bf887d85fce442a941829cfe239b39410c
parent85bb3d8529d7aecc8d3971c749d14a90a18e2dc1
Class hierarchy cleanup:

-Splitted LogicUIStandalone into LogicUIStandaloneGUI and LogicExecuter
-Created SimpleLogicUIStandalone
-Renamed Playground to RSLatchExample
-Removed old example
LogicUI/src/era/mi/gui/LogicExecuter.java [new file with mode: 0644]
LogicUI/src/era/mi/gui/LogicUIStandalone.java [deleted file]
LogicUI/src/era/mi/gui/LogicUIStandaloneGUI.java [new file with mode: 0644]
LogicUI/src/era/mi/gui/SimpleLogicUIStandalone.java [new file with mode: 0644]
LogicUI/src/era/mi/gui/examples/Playground.java [deleted file]
LogicUI/src/era/mi/gui/examples/RSLatchExample.java [new file with mode: 0644]
LogicUI/src/era/mi/gui/model/components/GUIManualSwitch.java