Search:

Type: Posts; User: sebbe605

Search: Search took 0.07 seconds.

  1. Thread: Java GUI

    by sebbe605
    Replies
    6
    Views
    874

    [SOLVED] Re: Java GUI

    I cant understand half of the stuff im doing either so its understandable that you don't get it, hehe.
    2797
    However i got a little bit further. Ill probably come back with more questions after...
  2. Thread: Java GUI

    by sebbe605
    Replies
    6
    Views
    874

    [SOLVED] Re: Java GUI

    I do,



    public static void main(String arg[]){
    GUI gui= new GUI();
    WelcomeWindow guiW = new WelcomeWindow();
    guiW.setVisible(true);
    }
  3. Thread: Java GUI

    by sebbe605
    Replies
    6
    Views
    874

    [SOLVED] Re: Java GUI

    Yes the code compiles and the window pops up just as its "suppose" to.
    2795
    However i don't think that the gridlayout is working properly. This is my first project in java with GUI so im having...
  4. Thread: Java GUI

    by sebbe605
    Replies
    6
    Views
    874

    [SOLVED] Java GUI

    Hello, im working on a battleship game in java and i'm currently working with the graphical part of the program. Im trying to make a JPanel that i will fill with JComboBox. The JComboBox will have...
Results 1 to 4 of 4