cs-utulsa / Encrypted-Chat-Service

This is the major project for the year long senior software class. The focus on this repository is to create a encrypted chat service, which can be used for secure communication. It will include not only peer to peer chat services, but also file transfer and group chats.
5 stars 1 forks source link

Coding: Main Screen GUI #39

Closed tuckplace closed 1 year ago

tuckplace commented 2 years ago

Please ensure you have read the architecture before starting on this story.

Goal of this story is to create the main screen that first appears when the program is started. This screen needs to gather the IP address, port and curve from the user. It must have buttons to submit these fields and a button to exit. Should be based of existing mockups. Also needs to have info pop ups for the user for any error or invalid information. This will be added into the chat class.