Question: 1. Complete the program, as shown below, that displays head (H) or tail (T) for each of nine coins (represented by a group of JButton).
1. Complete the program, as shown below, that displays head (H) or tail (T) for each of nine coins (represented by a group of JButton). When a cell is clicked, the coin is flipped. A cell is a JButton When the program starts, all cells initially display "H". (10 marks) import java.awt.; import javax.swing." 1 // import the package for event handling public class CoinButtonDemo 2 fisherit JFrame and implements the listener private Button[] buttons: public CoinButtondeno() { super("Flipping coins"); __ //set the size to 100 - 200 _ //set the close operation to EXIT_ON_CLOSE setLocationRelativeTo(null); setlayout($__); // set the layout manager to GridLayout buttons - new JButton[9] for(int i=0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
