Search:

Type: Posts; User: DOLZero

Search: Search took 0.19 seconds.

  1. Replies
    7
    Views
    1,536

    [SOLVED] Re: Layout Manager and Keyboard Panel

    I think I figured out a way to do what you are suggesting. I created a JFrame variable to use as the general frame and made it static so I could access it anywhere in the code. It seems to work,...
  2. Replies
    7
    Views
    1,536

    [SOLVED] Re: Layout Manager and Keyboard Panel

    I got it. It's old code that I haven't optimized. That doesn't help me with my current issue.
  3. Replies
    7
    Views
    1,536

    [SOLVED] Re: Layout Manager and Keyboard Panel

    I am not quite sure I follow you. Are you referring to this:


    JPanel p2 = new KeyboardPanel();
    p2.setSize(0, 0);
  4. Replies
    7
    Views
    1,536

    [SOLVED] Layout Manager and Keyboard Panel

    I am working on a program to run a game engine. Right now I am working with a frame that has two panels in it. One is for the main display, and the other is for the keyboard controls. The problem I...
Results 1 to 4 of 4