Hello. This is Isaiah Jenkins, a student at the University ofBridgeport and I need some help creating a simple fruit ninja GUIgame for my computer science class. So far, I created the Fruitclass and the Bomb class. Can you help me create the GUI part ofthe game?
public class Fruit { private int size, color; private double xSpeed, ySpeed; private int direction, value, x, y; private int width = 500; private int height = 500; public Fruit () {
OR
OR