Basic Graphics with Java

Introduction to graphics in Java, including drawing circles and ovals using the Tela class and JPanel object

Here is the video that introduces graphics in Java. Drawing an oval with equal x and y radii is equivalent to drawing a circle on a Tela class prepared with the JPanel object.