Find Jobs
Hire Freelancers

Complete the given SlotMachine.java program.

$10-30 USD

Abgeschlossen
Veröffentlicht vor mehr als 7 Jahren

$10-30 USD

Bezahlt bei Lieferung
The program displays a window with three digits and a START button. You must complete the two methods startSpinning() and stopSpinnin() that have already been included. You must also create a thread class. When the user clicks the START button, all three digits start spinning and the START button becomes a STOP button. When the user clicks the STOP button, the first digit stops spinning. When the user clicks the STOP button again, the second digit stops spinning. When the user clicks the STOP button for the third time, the third digit stops spinning, the STOP button becomes a START button, and a message is displayed indicating whether or not the user won. The user can then click the START button to play again. startSpinning() method: This method is called when the user clicks the START button. The method must create three threads, one for each digit. Each thread increments one of the displayed digits (the digits go from 0 to 9 and then back to 0 again) continuously. stopSpinning() method: This method is called when the user clicks the STOP button. One or more of the digits must be spinning. This method stops ONE of the spinning digits. When the last digit stops spinning, the button must be re-named "START" and a message must be displayed indicated whether or not the user won. The user wins if all three digits are the same. thread class: You must write a class for the threads that spin the digits. You can use the Counter example on Shared Files as a guide on how to write this class. Please note that each thread must only spin one digit. This is the program package slotmachine; import javax.swing.*; import java.awt.*; import java.awt.event.*; public class SlotMachine extends JFrame implements ActionListener { public static void main(String[] args) { new SlotMachine(); } private JLabel spinner1; // Left digit display private JLabel spinner2; // Middle digit display private JLabel spinner3; // Right digit display private int[] values; // Digit values private JButton startStop; // Button to start or stop spinner(s) // Constructor public SlotMachine() { super("Slots!"); values = new int[3]; makeFrame(); } // Makes all three digits start spinning. public void startSpinning() { // WRITE ME!!! } // Makes one digit stop spinning. // If all digits stop, displays a message if all three digits are the same. public void stopSpinning() { // WRITE ME TOO!!! } // This method is called when Start/Stop button is clicked. public void actionPerformed(ActionEvent e) { if([login to view URL]().equals("START")) { [login to view URL]("STOP"); startSpinning(); } else { stopSpinning(); } } // Builds the window and makes it appear! private void makeFrame() { setLayout(new BorderLayout(5, 5)); JPanel spinnerPanel = new JPanel(new GridLayout(1, 3, 5, 5)); spinner1 = new JLabel("0", [login to view URL]); [login to view URL](new Font(null, [login to view URL], 40)); [login to view URL](spinner1); spinner2 = new JLabel("0", [login to view URL]); [login to view URL](new Font(null, [login to view URL], 40)); [login to view URL](spinner2); spinner3 = new JLabel("0", [login to view URL]); [login to view URL](new Font(null, [login to view URL], 40)); [login to view URL](spinner3); add(spinnerPanel, [login to view URL]); startStop = new JButton("START"); [login to view URL](new Font(null, [login to view URL], 20)); [login to view URL](this); add(startStop, [login to view URL]); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setSize(200, 150); setLocationRelativeTo(null); setVisible(true); } }
Projekt-ID: 11792616

Über das Projekt

4 Vorschläge
Remote Projekt
Aktiv vor 8 Jahren

Möchten Sie etwas Geld verdienen?

Vorteile einer Ausschreibung auf Freelancer

Legen Sie Ihr Budget und Ihren Zeitrahmen fest
Für Ihre Arbeit bezahlt werden
Skizzieren Sie Ihren Vorschlag
Sie können sich kostenlos anmelden und auf Aufträge bieten
Vergeben an:
Avatar des Nutzers
When you need this done by tomorrow ? or today ? Let me know i will be on the chat for a while Best Regards Gustavo
$30 USD in 1 Tag
5,0 (2 Bewertungen)
1,2
1,2
4 Freelancer bieten im Durchschnitt $30 USD für diesen Auftrag
Avatar des Nutzers
Experience in developing websites using php, java and go. I am expert in JEE, JME and JSE. P.S: I not speak english
$35 USD in 1 Tag
0,0 (0 Bewertungen)
0,0
0,0
Avatar des Nutzers
Hi Sir, I'm experienced developer. I will do your project in short amount of time. You will get quality job with commented code. Contact me so we discuss in detail and move forward. Best Regards Qasim Saleem
$20 USD in 1 Tag
0,0 (0 Bewertungen)
0,0
0,0

Über den Kunden

Flagge von UNITED STATES
Marcus Hook, United States
5,0
1
Zahlungsmethode verifiziert
Mitglied seit Okt. 15, 2016

Kundenüberprüfung

Danke! Wir haben Ihnen per E-Mail einen Link geschickt, über den Sie Ihr kostenloses Guthaben anfordern können.
Beim Senden Ihrer E-Mail ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.
Registrierte Benutzer Veröffentlichte Jobs
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Vorschau wird geladen
Erlaubnis zur Geolokalisierung erteilt.
Ihre Anmeldesitzung ist abgelaufen und Sie wurden abgemeldet. Bitte melden Sie sich erneut an.