Search:

Type: Posts; User: sabeeh

Search: Search took 0.15 seconds.

  1. Thread: Assignment

    by sabeeh
    Replies
    19
    Views
    2,933

    Re: Assignment

    mine is 1024 * 768 and it works fine
  2. Thread: Assignment

    by sabeeh
    Replies
    19
    Views
    2,933

    Re: Assignment

    how small is ur screen? try making the applet size bigger 1200 * 1200
  3. Thread: Assignment

    by sabeeh
    Replies
    19
    Views
    2,933

    Re: Assignment

    //WheelofFortune
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.lang.Math;

    public class WheelofFortune extends JApplet implements ActionListener
    {
    //button...
  4. Thread: Assignment

    by sabeeh
    Replies
    19
    Views
    2,933

    Re: Assignment

    the 8 is there because thats the length of the array ... thats how many phrases and clues we have right now .. and it should be 6 actually lol :/

    that 5 should also be 6 since there are 6 clues...
  5. Thread: Assignment

    by sabeeh
    Replies
    19
    Views
    2,933

    Re: Assignment

    change the 2 "0"'s in action performed to "a"
  6. Thread: Assignment

    by sabeeh
    Replies
    19
    Views
    2,933

    Re: Assignment

    yes exactly whenever i try to generate a random phrase by putting phrase[i] and do the same the thing to the clue[i] it doesnt work ... do i have to create a loop

    and for the turns .. i removed it...
  7. Thread: Assignment

    by sabeeh
    Replies
    19
    Views
    2,933

    Re: Assignment

    yes right now in this code only the word house works with its correct clue but i have to make all of them work. and i need to create a new label of turns remaining and every time i click spin it...
  8. Thread: Assignment

    by sabeeh
    Replies
    19
    Views
    2,933

    Re: Wheel Of fortune

    alright i have a better code now too (i think)




    //WheelofFortune
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.lang.Math;
  9. Thread: Assignment

    by sabeeh
    Replies
    19
    Views
    2,933

    Wheel Of fortune

    Assignment Hangman
    ^^ the link to the assignment

    right now i have this code
    //WheelofFortune
    import javax.swing.*;

    import java.awt.*;

    import java.awt.event.*;
  10. Thread: Assignment

    by sabeeh
    Replies
    19
    Views
    2,933

    Assignment

    Link removed by mod

    need to this assignment for school. if anyone can help it would be great
Results 1 to 10 of 10