Skip to content
Snippets Groups Projects
Commit ff478c70 authored by Leon Dieter's avatar Leon Dieter
Browse files

Sonderzeichen geändert und TODO

parent 3fb134c1
No related branches found
No related tags found
No related merge requests found
......@@ -78,10 +78,12 @@ public class GUI extends JFrame implements Runnable, ActionListener {
// this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //Vermutlich nicht
// gewnscht.
this.setResizable(false);
this.setResizable(false); //TODO Muss in true gendert werden wenn skalierbar
Container mainPane = this.getContentPane();
// Panel welches alle Module sowie die Verdrahtung enthält.
// Panel welches alle Module sowie die Verdrahtung enthlt.
JPanel modulPanel = new JPanel(new BorderLayout()) {
private static final long serialVersionUID = 1L;
......
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