Serialized Form
Class ChatApplet extends java.applet.Applet implements Serializable |
name
java.lang.String name
c
Client c
s
Server s
conn
Connection conn
standardButtonColor
java.awt.Color standardButtonColor
selectedButtonColor
java.awt.Color selectedButtonColor
buttons
java.util.Hashtable buttons
confidential
java.lang.String confidential
transcript
java.awt.TextArea transcript
msg
java.awt.TextField msg
quit
java.awt.Button quit
panel
java.awt.Panel panel
whoPanel
java.awt.Panel whoPanel
pbl
ChatApplet.PersonButtonListener pbl
Class ChatSwing extends java.applet.Applet implements Serializable |
name
java.lang.String name
c
Client c
s
Server s
conn
Connection conn
standardButtonColor
java.awt.Color standardButtonColor
selectedButtonColor
java.awt.Color selectedButtonColor
buttons
java.util.Hashtable buttons
confidential
java.lang.String confidential
transcript
javax.swing.JTextArea transcript
msg
javax.swing.JTextField msg
quit
javax.swing.JButton quit
panel
javax.swing.JPanel panel
whoPanel
javax.swing.JPanel whoPanel
pbl
ChatSwing.PersonButtonListener pbl
Class ClientImpl extends java.rmi.server.UnicastRemoteObject implements Serializable |
Class ConnectionImpl extends java.rmi.server.UnicastRemoteObject implements Serializable |
name
java.lang.String name
connections
java.util.Hashtable connections
client
Client client
server
ServerImpl server
Class ServerImpl extends java.rmi.server.UnicastRemoteObject implements Serializable |
connections
java.util.Hashtable connections