Class CommuniDirect
java.lang.Object
net.vincent.communidirect.CommuniDirect
Main application class for CommuniDirect — a simple Swing-based
client-server messaging tool.
Provides the ability to start a TCP server, receive messages from
remote clients, and send messages to other servers. Configuration
(e.g. port number) is persisted between sessions via
PropertiesData.
-
Constructor Summary
ConstructorsConstructorDescriptionInitialises the application: loads config, builds the UI, and starts the server on the configured (or user-chosen) port. -
Method Summary
-
Constructor Details
-
CommuniDirect
public CommuniDirect()Initialises the application: loads config, builds the UI, and starts the server on the configured (or user-chosen) port.
-
-
Method Details
-
main
Launches the application on the Swing event-dispatch thread.- Parameters:
args- command-line arguments (unused)
-