Search:

Type: Posts; User: pds8475

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    1,987

    button positioning

    hi im trying to create a frame with 3 buttons down the left hand side of the frame and a text area on the right hand side.
    I have been trying to use the GridBagLayout but i cant seem to position...
  2. Replies
    3
    Views
    2,034

    need help inputting values into an array

    hi im trying to input values from a txt file gn.txt into an array guestNumber
    this is my code so far



    Scanner cc = new Scanner( new File("CC.txt") );
    Scanner sn = new Scanner(...
Results 1 to 2 of 2