Search:

Type: Posts; User: Rootntootn

Search: Search took 0.15 seconds.

  1. Thread: JSON reader

    by Rootntootn
    Replies
    4
    Views
    4,026

    Re: JSON reader

    Simple answer: it wasn't an array in the json feed it was another object... all you had to do was make another object.
  2. Replies
    4
    Views
    2,385

    Re: Cryptogram Program help!

    Is that all the information the teacher gave you about cryptograms and how to solve them?

    doing a quick google search I found a solver that did solve the string but the code was quite extensive...
  3. Thread: JSON reader

    by Rootntootn
    Replies
    4
    Views
    4,026

    Re: JSON reader

    OK, ran into another problem.

    Keep getting an error when I try to read an array in the object... Here's the chunk of code that's giving me the problem:



    Object obj = parser.parse(json);...
  4. Thread: JSON reader

    by Rootntootn
    Replies
    4
    Views
    4,026

    Re: JSON reader

    After digging through a ton of stuff this morning I finally came across the answer I was looking for. Hopefully this will help someone else out that does a search on the forums with the same...
  5. Thread: JSON reader

    by Rootntootn
    Replies
    4
    Views
    4,026

    Re: JSON reader

    awww no one :(


    Guess I'll get cracking on it again this morning.
  6. Thread: JSON reader

    by Rootntootn
    Replies
    4
    Views
    4,026

    JSON reader

    I've done a search on these forums and exhausted my link supplies on google so it's time to ask my question here.


    Quite simply I've got an application that connects to a website and gathers the...
  7. Thread: Java Swing

    by Rootntootn
    Replies
    2
    Views
    1,452

    Re: Java Swing

    Thank you for the quick response.

    a) great information, works like a charm.
    b) whoops ;p Only gui I've ever created was in C# with the VB IDE so not use to having to add all these panels and...
  8. Thread: Java Swing

    by Rootntootn
    Replies
    2
    Views
    1,452

    Java Swing

    So I just began learning java last week and am starting to learn swing and GUI creation today when I ran into a problem. The below code worked for a while and then suddenly the panels stopped...
Results 1 to 8 of 8