Diferență între revizuiri ale paginii „OOP Lab Task 7”
De la WikiLabs
Jump to navigationJump to search (Pagină nouă: == Required Tutorials == * The Object Oriented Paradigm; Classes and Objects * Notions About the Java Language * Writing and Executing a Java Program * [[Java Syntax; A P...) |
|||
Linia 20: | Linia 20: | ||
[[Fișier:chat_client_gui.png|thumb|Client GUI]] | [[Fișier:chat_client_gui.png|thumb|Client GUI]] | ||
− | * By using | + | * 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. |
Versiunea de la data 10 ianuarie 2015 17:54
Required 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.