Class GuiClient
java.lang.Object
net.vincent.communidirect.client.gui.GuiClient
Swing-based GUI client mode for CommuniDirect.
Provides staged and received message views, compose/send/open workflows,
activity logging, and local webhook-driven refresh updates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(SettingsManager settings, KeyStoreManager keyStore) Launches the GUI client on the Swing event dispatch thread.
-
Constructor Details
-
GuiClient
public GuiClient()
-
-
Method Details
-
run
Launches the GUI client on the Swing event dispatch thread.- Parameters:
settings- loaded client settingskeyStore- loaded key store with own and peer keys
-