Class ChatAppCrude
java.lang.Object
ChatAppCrude
- All Implemented Interfaces:
- java.lang.Runnable
- public class ChatAppCrude
- extends java.lang.Object
- implements java.lang.Runnable
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RIGHT_TO_LEFT
public boolean RIGHT_TO_LEFT
chatText
public javax.swing.JTextArea chatText
ipField
public javax.swing.JTextField ipField
myIP
public javax.swing.JLabel myIP
toAppend
public java.lang.StringBuffer toAppend
toSend
public java.lang.StringBuffer toSend
destIP
public java.lang.String destIP
myIPAdd
public java.lang.String myIPAdd
ChatAppCrude
public ChatAppCrude()
run
public void run()
- Specified by:
run in interface java.lang.Runnable
addComponentsToPane
public void addComponentsToPane(java.awt.Container pane)
createAndShowGUI
public void createAndShowGUI()
- Create the GUI and show it. For thread safety,
this method should be invoked from the
event-dispatching thread.
startapp
public void startapp()
startup
public void startup()
main
public static void main(java.lang.String[] args)