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

Buttons rechts ausgeblendet

parent 6f0c270d
Branches
No related tags found
No related merge requests found
...@@ -53,8 +53,8 @@ public class GUI extends JFrame implements Runnable, ActionListener { ...@@ -53,8 +53,8 @@ public class GUI extends JFrame implements Runnable, ActionListener {
private Modul[] modules = new Modul[4]; private Modul[] modules = new Modul[4];
private volatile boolean stopFlag = false; private volatile boolean stopFlag = false;
private JTextArea serialLog = new JTextArea(); private JTextArea serialLog = new JTextArea();
private static int xscale= 700; private static int xscale= 1080;
private static int yscale= 700; private static int yscale= 1080;
/** /**
* Konstruktor der Klasse GUI * Konstruktor der Klasse GUI
...@@ -136,7 +136,8 @@ public class GUI extends JFrame implements Runnable, ActionListener { ...@@ -136,7 +136,8 @@ public class GUI extends JFrame implements Runnable, ActionListener {
modulPanel.add(modules[3].getPane(), BorderLayout.PAGE_END); modulPanel.add(modules[3].getPane(), BorderLayout.PAGE_END);
mainPane.add(modulPanel, BorderLayout.CENTER); mainPane.add(modulPanel, BorderLayout.CENTER);
mainPane.add(createControlPanel(simu), BorderLayout.LINE_END); //Panel der Buttons auf der rechten Seite wird ausgeblendet
//mainPane.add(createControlPanel(simu), BorderLayout.LINE_END);
mainPane.add(createSerialLog(), BorderLayout.PAGE_END); mainPane.add(createSerialLog(), BorderLayout.PAGE_END);
this.pack(); this.pack();
// this.setLocation(-1300, 0); //M�glichkeit die Renderingposition festzulegen // this.setLocation(-1300, 0); //M�glichkeit die Renderingposition festzulegen
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment