Search:

Type: Posts; User: Tyluur

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,286

    Re: JFrame with a J anel on the Right

    --- Update ---

    I've switched to a boxlayout but there is a random spacing between the two:

    http://i.imgur.com/7dSvqdy.png



    JPanel panel = new JPanel();
    panel.setLayout(new...
  2. Replies
    8
    Views
    1,286

    Re: JFrame with a J anel on the Right

    There's supposed to be a panel on the EAST.
  3. Replies
    8
    Views
    1,286

    Re: JFrame with a J anel on the Right

    package wbot.nl;

    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.GridLayout;
    import java.awt.event.KeyEvent;
    import java.awt.event.KeyListener;
    import...
  4. Replies
    8
    Views
    1,286

    Re: JFrame with a J anel on the Right

    PM'ed it to you.
  5. Replies
    8
    Views
    1,286

    JFrame with a J anel on the Right

    I am wanting to add a panel to the right of the JFrame, but it isn't showing up when I do this:


    getFrame().getContentPane().add(new Hiscores(), "West");


    What am I doing wrong? Hiscores is...
Results 1 to 5 of 5