This is a small project that highlights Object oriented principles through an easy example.
You can find the presentation here.
- Download and install IntellIJ community edition
- Download and install Java JDK (in this project we used Java 8)
- To update IntelliJ to add the Java JDK, do one of the following:
- From the Welcome to IntelliJ IDEA dialog:
- Choose Configure > Project Defaults > Project Structure > JDK
- Select the appropriate Java JDK folder.
- Windows:
C:\Program Files\Java\jdk1.x.x
- Mac:
/Library/Java/JavaVirtualMachines/jdk1.x.x
- Linux :
/usr/lib/jvm/jdk1.x.x
- Windows:
- Click Apply.
- Within the editor:
- Click File > Project Structure
- Click the Project tab
- If the version you downloaded is an option, choose it
- Otherwise :
- Click New > JDK
- Select the appropriate Java JDK folder.
- Windows:
C:\Program Files\Java\jdk1.x.x
- Mac:
/Library/Java/JavaVirtualMachines/jdk1.x.x
- Linux :
/usr/lib/jvm/jdk1.x.x
- Windows:
- Click Open.
- From the Welcome to IntelliJ IDEA dialog: