Class ServerControlWindow


public class ServerControlWindow
extends Frame

Field Summary

private GridBagConstraints
c
private java.awt.List
clientList
private GridBagLayout
gridbag
private Server
server
private Label
snd

Constructor Summary

ServerControlWindow(Server _server)

Method Summary

void
addClient(String clientName)
void
removeClient(String clientName)
void
sndActive()
void
sndInactive()

Field Details

c

private GridBagConstraints c

clientList

private java.awt.List clientList

gridbag

private GridBagLayout gridbag

server

private Server server

snd

private Label snd

Constructor Details

ServerControlWindow

public ServerControlWindow(Server _server)

Method Details

addClient

public void addClient(String clientName)

removeClient

public void removeClient(String clientName)

sndActive

public void sndActive()

sndInactive

public void sndInactive()