OOP Lab Task 7
De la WikiLabs
Jump to navigationJump to searchRequired Tutorials
- The Object Oriented Paradigm; Classes and Objects
- Notions About the Java Language
- Writing and Executing a Java Program
- Java Syntax; A Program's Lexical Structure
- Coding Conventions
- Advanced Notions About Object Oriented Programming
- Java Application Programming Interface (API) (EN)
- Exception Handling
- Input/Output Streams
- Serialization
- Network Sockets
- Concurrent Programming - Threads
- Graphical User Interface (GUI) - Java Swing and JavaFX
Requirements
- By using Java Swing, create a graphical user interface (GUI), like the one in the picture, to implement the chat client. Name the class GuiClient. It is forbidden to use a GUI creator, like the one in Netbeans.