is a GUI toolkit in Java for building windows, buttons, lists, text fields, etc. Key classes: JFrame (window), JPanel (container), JButton, JList, JTextField, JLabel. Roles: Manager (full access) and ...
A robust, multi-threaded TCP server built in several hours. This is a high-concurrency restaurant simulation backend written in Java 21. It demonstrates raw socket programming without heavy web ...