We've already implemented a console-based client and a chat bot. Why not a client with a GUI?
It will also work with our server, but it will have a graphic window, buttons, etc.
Well, let's get started. The Model-View-Controller (MVC) pattern is well suited for a GUI-based client.
Chat (part 20)
- 14
Locked
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Justin Smith
27 March 2022, 16:15
Would rate this one easy. But important, nonetheless, there's a method of the Collections class that you are probably going to see for the first that is extremely useful to know going forward.
0