Merge origin/master

Conflicts:
	src/wuerfelthreads/Start.java
	src/wuerfelthreads/view/WuerfelView.form
	src/wuerfelthreads/view/WuerfelView.java
This commit is contained in:
BakeOrDie 2020-12-09 11:41:58 +01:00
parent bb5837f51c
commit 368575442f
4 changed files with 14 additions and 2 deletions

View File

@ -3,7 +3,9 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package netz.view;
package netz.view2;
import netz.view.*;
/**
*
@ -113,7 +115,7 @@ public class ChatView extends javax.swing.JFrame
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle("ChatTool");
jPanel1.setLayout(new java.awt.GridLayout());
jPanel1.setLayout(new java.awt.GridLayout(1, 0));
lblType.setText("Client");
jPanel1.add(lblType);
@ -177,6 +179,8 @@ public class ChatView extends javax.swing.JFrame
}
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
/* Create and display the form */
java.awt.EventQueue.invokeLater(new Runnable()

View File

@ -0,0 +1,4 @@
#Level
LOG_LEVEL=INFO
#Log-Datei
LOG_DATEI=../logOHM.txt

View File

@ -0,0 +1,4 @@
#Level
LOG_LEVEL=ALL
#Log-Datei
LOG_DATEI=