Search:

Type: Posts; User: Darkcore123

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,436

    [SOLVED] Re: Directions Buttons needs picture

    oh ok i see, thanks alot
  2. Replies
    5
    Views
    1,436

    [SOLVED] Re: Directions Buttons needs picture

    Im sorry about that..

    Im trying to get

    private ImageIcon directionsImg = new ImageIcon ("Rock_paper_scissors.jpg");

    to appear when i click my directions button in my program

    public void...
  3. Replies
    5
    Views
    1,436

    [SOLVED] Directions Buttons needs picture

    Hi everyone i just recently finished creating a rock paper scissors program but i can figure out how to get my directions image to pop up when i click my directions button. Before i just had tect but...
  4. Replies
    3
    Views
    1,074

    Re: Little help with this project please

    Sorry i dont understand.. im trying to get it to look like this..

    public static void endingMessage()
    {
    String output = "";

    Font big = new Font ( "Serif", Font.BOLD, 22 ); //...
  5. Replies
    3
    Views
    1,074

    Little help with this project please

    Hi everyone and thank you in advance for helping me with this issue. What im trying to do is, in my ending message, im trying to make it say thanks for playing... "you have won + wins" but i cant...
  6. Replies
    12
    Views
    1,651

    [SOLVED] Re: Can someone help me with this code asap

    Thank you very much everyone for your help so far =), following your advice, i have 1 error left and its."Reached end without parsing" does anyone think they can help me find the missing brace? havin...
  7. Replies
    12
    Views
    1,651

    [SOLVED] Re: Can someone help me with this code asap

    --------------------Configuration: <Default>--------------------
    I:\Lab2c.java:142: ';' expected
    number = number++1;
    ^
    I:\Lab2c.java:206: class, interface, or...
  8. Replies
    12
    Views
    1,651

    [SOLVED] Re: Can someone help me with this code asap

    import javax.swing.*;

    public class Lab2c
    {

    static int wins = 0;
    static int losses = 0;
    static int totalPlays = 0;
  9. Replies
    12
    Views
    1,651

    [SOLVED] Can someone help me with this code asap

    Can someone please help me fix this program. its missing the closing screen but i didnt want to put it in since i was getting so many errors. It doesn't compile and it doesn't accomplish what its...
  10. Replies
    5
    Views
    999

    Re: New java student need help with code

    oh sorry xD, well whenever i run the program it doesnt even ask for the amount of x's you would like to see.
  11. Replies
    5
    Views
    999

    New java student need help with code

    Hi everyone this is my first post here and i need help with my java program. Im a freshman in college and joined in the middle of the year so im pretty far behind. My class also only meets once a...
Results 1 to 11 of 11