Select Git revision
Rectangle.java
Forked from
COUETOUX Basile / graphic-2020
Source project has a limited visibility.
-
AREZKI Celia authored
The ShapeContainer class now correctly adds shapes to a list with the addShape method, and the draw method iterates over the shapes to render them on the canvas.
AREZKI Celia authoredThe ShapeContainer class now correctly adds shapes to a list with the addShape method, and the draw method iterates over the shapes to render them on the canvas.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Main.java 68 B
public class Main {
public static void main(String[] args){
}
}