[release] how to get a window up and going

Results 1 to 4 of 4
  1. #1
    Account Upgraded | Title Enabled! xJvlaplex is offline
    MemberRank
    Mar 2009 Join Date
    478Posts

    [release] how to get a window up and going

    Code:
    public void createGUI() {
     JFrame frame = new JFrame();
     frame.setTitle("This is my window!");
     frame.setSize(300, 300);
     frame.setResizable(false);
     frame.setVisible(true);
    }
    This is the base for a game! now we need to paint onto it, i'll explain that in my next release


  2. #2
    return null; mertjuh is offline
    MemberRank
    Dec 2008 Join Date
    The NetherlandsLocation
    1,269Posts

    Re: [release] how to get a window up and going

    Lol first post :3
    Again where to put this :3

  3. #3
    Account Upgraded | Title Enabled! Regurgitate is offline
    MemberRank
    Apr 2008 Join Date
    1,113Posts

    Re: [release] how to get a window up and going

    Don't bother, nothing to do with Maple.

  4. #4
    Account Upgraded | Title Enabled! ~Sex~ is offline
    MemberRank
    Oct 2008 Join Date
    CaliforniaLocation
    279Posts

    Re: [release] how to get a window up and going

    lol great job :D



Advertisement