Move to AirBomber package
@ -1,3 +1,5 @@
|
|||||||
|
package AirBomber;
|
||||||
|
|
||||||
import java.awt.Color;
|
import java.awt.Color;
|
||||||
|
|
||||||
public class BomberEntity
|
public class BomberEntity
|
@ -1,3 +1,5 @@
|
|||||||
|
package AirBomber;
|
||||||
|
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
import java.awt.event.ActionEvent;
|
import java.awt.event.ActionEvent;
|
@ -1,3 +1,5 @@
|
|||||||
|
package AirBomber;
|
||||||
|
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
import java.util.Random;
|
import java.util.Random;
|
||||||
|
|
@ -1,3 +1,5 @@
|
|||||||
|
package AirBomber;
|
||||||
|
|
||||||
public enum DirectionType
|
public enum DirectionType
|
||||||
{
|
{
|
||||||
Up,
|
Up,
|
@ -1,3 +1,5 @@
|
|||||||
|
package AirBomber;
|
||||||
|
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
|
|
||||||
public class EngineRenderer
|
public class EngineRenderer
|
@ -1,3 +1,5 @@
|
|||||||
|
package AirBomber;
|
||||||
|
|
||||||
public enum EnginesAmount
|
public enum EnginesAmount
|
||||||
{
|
{
|
||||||
Two,
|
Two,
|
@ -1,3 +1,5 @@
|
|||||||
|
package AirBomber;
|
||||||
|
|
||||||
public class Program {
|
public class Program {
|
||||||
public static void main(String[] args) throws Exception
|
public static void main(String[] args) throws Exception
|
||||||
{
|
{
|
Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 557 B |
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 539 B After Width: | Height: | Size: 539 B |