Recent content by life4menu

  1. L

    Java Create Dynamic Ladder with Java | Learn to Code Java Graphics

    Hi, I have a program that draws four rectangles at a time using a while loop. this is my code. [code = java] import java.awt.BasicStroke; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.event.ActionEvent; import...
Back
Top