Skip to content

MyNotes

Zhamri Che Ani edited this page Mar 16, 2021 · 4 revisions

List of related videos

Installation

  1. Java | How to install OpenJDK 15 on Windows 10
  2. How to install IntelliJ IDEA on Windows 10 and test a Java Program
  3. Git | How to install git on Windows

Related to Java

  1. New 'switch' expressions in Java 14 | A simple example
  2. Seven (7) ways how to iterate ArrayList in Java
  3. How to create a new file in Java using 'File' Class
  4. How to write texts into a file in Java using 'FileWriter' Class
  5. How to read texts from a file in Java using 'FileReader' Class
  6. Intro | How to add and remove data from ArrayList in Java
  7. Car example | How to add and remove objects from ArrayList in Java
  8. Java IO | How to write & read multiple objects from a file

Related to Java GUI

  1. Java Swing | 2 ways of creating a simple GUI (Hello World)
  2. Java Swing (GUI) | JButton Example with ActionListener
  3. Java Swing (GUI) | How to add a picture as the background to JFrame
  4. Java Swing (GUI) | JProgressBar Example with Thread

Related to thread

  1. 3 simple ways | How to implement Java Interface?
  2. Java Thread | How to create threads (Hello World)
  3. Java Thread | How to create threads by implementing Runnable Interface
  4. Java Thread | 3 ways to implement ExecuterService with SingleThreadExecuter Example
  5. Java Thread | using Method Reference
  6. Java Concurrency | How to implement Callable & Future with ExecutorService

Related to IntelliJ Idea

  1. IntelliJ IDEA | How to add and remove Live Template
  2. IntelliJ IDEA | How to clone a repository from GitHub
  3. IntelliJ IDEA | How to share a Java project to GitHub
  4. IntelliJ IDEA | How to completely delete git for a Java project
  5. IntelliJ IDEA | How to clone, add, commit and push a repository to GitHub easily
  6. Step-by-step | How to create a simple JavaDoc in IntelliJ IDEA

Related to Maven

  1. Error:java: error: release version 5 not supported
  2. Java | How to create a jar file with Maven

Related to Github

  1. GitHub | Inviting collaborators to a private repository