Java
package secondsection;import java.awt.BorderLayout;import java.awt.Color;import java.awt.FlowLayout;import java.awt.Font;import java.awt.Graphics;import java.awt.Graphics2D;import java.awt.GridLayout;import java.awt.Toolkit;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.util.Random;import javax.swing.JButton;import javax.swing.JFrame;import javax.swing.JLabel;import javax.swing.JPanel;import javax.swing.SwingConstants;import javax.swing.SwingUtilities;import javax.swing.Timer;public class BallControl extends JPanel {public static JFrame frame;public static int x;public static int y;public static Graphics2D g2d;JButton b1 = new JButton(“Enlarge”);JButton b2 = new JButton(“Shrink”);JButton b3 = new JButton(“Restart”);JButton b4 = new JButton(“Start”);static JPanel panel3;static JLabel label1 = new JLabel(“Use buttons to control theshape in the frame”);public static int ox;public static int oy;Color c2;public static int sup = 1;public static double z;public static double t;private int x2 = 100, y2 = 100; // top-left (x, y)private int size = 250;
PayPal Gateway not configured
PayPal Gateway not configured