PIbd-22. Shabunov O.A. Lab work 01 (Hard) #1

Closed
olshab wants to merge 6 commits from Lab1 into main
11 changed files with 14 additions and 0 deletions
Showing only changes of commit d66d17619b - Show all commits

View File

@ -1,3 +1,5 @@
package AirBomber;
import java.awt.Color;
public class BomberEntity

View File

@ -1,3 +1,5 @@
package AirBomber;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;

View File

@ -1,3 +1,5 @@
package AirBomber;
import java.awt.*;
import java.util.Random;

View File

@ -1,3 +1,5 @@
package AirBomber;
public enum DirectionType
{
Up,

View File

@ -1,3 +1,5 @@
package AirBomber;
import java.awt.*;
public class EngineRenderer

View File

@ -1,3 +1,5 @@
package AirBomber;
public enum EnginesAmount
{
Two,

View File

@ -1,3 +1,5 @@
package AirBomber;
public class Program {
public static void main(String[] args) throws Exception
{

View File

After

Width:  |  Height:  |  Size: 557 B

View File

After

Width:  |  Height:  |  Size: 507 B

View File

After

Width:  |  Height:  |  Size: 502 B

View File

After

Width:  |  Height:  |  Size: 539 B