Java Programming Basics
  • 1 Java Programming Basics (Control statements, Functions and Arrays)
Object Oriented Programming Principles
  • 2 How to define ADT (Class)
File Management "Text File"
  • 5.1 How to write in file ?
  • 5.2 How to read from file ?
  • 5.3 Class Diagram with FileManger class
  • 5.4 How to use class FileManger in your project ?
  • 5.5 Main class Run with FileManager
File Management "Binary File"
  • 6.1 How to write in File Binary ?
  • 6.2 How to read from File Binary ?
  • 6.3 How to use class FileMangerBinary in your project ?
  • 6.4 Last step before run main
Graphical User Interface (GUI) complete project
  • GUI 7.1 How to create one JFrame using Drag and Drop with understanding of code
  • GUI 7.2 How to connect between two Jframes
  • GUI 7.3 Connect Admin Dashboard with its internals frames and dynamic panels
  • GUI 7.4 Add object data from application GUI
  • GUI 7.5 Search - Update - Delete Object from application GUI
  • GUI 7.6 List all object from file to JTable
Graphical User Interface (GUI) complete project Part 2
  • GUI 8.1 How to add and read Image in your application
  • GUI 8.2 Generate and send Email message
  • GUI 8.3 Bar Chart Report