|
|
@@ -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() |