/PracticingOOP

Repository created to practice object oriented paradigm using java awt graphics

Primary LanguageJava

Practicing OOP

This repository is all about practicing oop principles and java in general using java swing/awt utilities

Introduction

To get started...

Building

In over to build the project you just need to run the javac program passing all .java files e.g:

javac src/com/beacastroalves/practicingoop/*.java

Running

In order to run the project you need to use the java program passing the class with the main method e.g:

cd src/ && java com.beacastroalves.practicingoop.Window

Java Example

This is an example of java code inside a .md file

public class Example{
  public static void main(String[] args) {
    System.out.println("Hello World");
  }
}

To do list

  • This is item a

  • Banana

  • Apple

  • Orange

  • Strawberry

  • List wirhout checkbox

  • Item two without checkbox

Image Test

Click on me