PIbd-11 Karakozov_AK LabWork03 Hard #3

Closed
insideq wants to merge 25 commits from LabWork03 into LabWork02
Showing only changes of commit 1dd764d0d7 - Show all commits

View File

@ -1,8 +0,0 @@
import java.awt.*;
public class Program {
public static void main(String[] args) {
FormExcavator form = new FormExcavator("Экскаватор", new Dimension(700, 500));
form.Init();
}
}