Search:

Type: Posts; User: amcqueen

Search: Search took 0.09 seconds.

  1. Re: My JPanels don's stack the way I expect them to

    Okay. Sorry, I was really tired.

    Basically I am hoping to have the panels stack vertically. I want four panels, one on top of the other. I tried to put a panel in the NORTH region of my JFrame...
  2. My JPanels don's stack the way I expect them to

    This is my code:

    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;

    class BlackjackGUI {
    JButton hit;
    JButton stand;
Results 1 to 2 of 2