Search:

Type: Posts; User: jtm429

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    1,222

    Thanks I'll do that and get back to you

    Thanks I'll do that and get back to you
  2. Replies
    2
    Views
    1,222

    It doesn't detect my file

    I'm making a file that fills a grid of characters, but it doesn't detect the file.


    String map;
    String texture;
    Scanner asdf;
    int rows;
    int cols;
    char Map[][];
    ...
  3. Replies
    3
    Views
    1,494

    @andbin Thanks! I'll try that and see what I...

    @andbin Thanks! I'll try that and see what I figure out.
  4. Replies
    3
    Views
    1,494

    How do I print pieces of an image in a frame?

    Hi, so I have a picture: 2545 And i was wondering if anyone could tell me how to print different sections of the pixels on the image in a frame. Sort of like a puzzle. I was hoping to use graphics as...
  5. Replies
    3
    Views
    1,124

    [SOLVED] Re: What's wrong with this program?

    Okay thanks, it works now, and I will. I just got this account today, so I wasn't sure how it was supposed to be done.
  6. Replies
    3
    Views
    1,124

    [SOLVED] What's wrong with this program?

    I keep getting this error:
    "
    Main.java:8: error: ';' expected
    System out.println("input A:");
    ^
    1 error
    "

    Here's the program:
Results 1 to 6 of 6