Search:

Type: Posts; User: Harrald

Search: Search took 0.14 seconds.

  1. Re: Problems with GUI, seems simple fix but I can't figure it out

    jps you are awesome, thanks for not spoon feeding me and just giving me hints on which direction, it really helps a lot and I feel like I learn quite a bit as a result.
  2. Re: Problems with GUI, seems simple fix but I can't figure it out

    New code: Works perfectly



    //Thomas Harrald
    //IT215 Checkpoint Inventory Program
    //Camera Inventory program
    import java.util.Arrays;
    import java.io.InputStreamReader;
    import...
  3. Re: Problems with GUI, seems simple fix but I can't figure it out

    Thats what I was afraid of, because when I put it in the main method, i get 35 errors. most of them centering around referencing non static variables; inv, current, showCamera, a few of the get(). I...
  4. Problems with GUI, seems simple fix but I can't figure it out

    Heres my code:



    //Thomas Harrald
    //IT215 Checkpoint Inventory Program
    //Camera Inventory program
    import java.util.Arrays;
    import java.io.InputStreamReader;
    import java.io.BufferedReader;
Results 1 to 4 of 4