hi,
i want to use BorderLayout to set my layout, but when i add two buttons in the NORTH area, only one button shows,
i think the secound button over writes the first button,
code:
c.add(BorderLayout.NORTH, dealButton);
c.add(BorderLayout.NORTH, shuffleButton);
only shufflebutton shows!!!!
help please!!
i want to use BorderLayout to set my layout, but when i add two buttons in the NORTH area, only one button shows,
i think the secound button over writes the first button,
code:
c.add(BorderLayout.NORTH, dealButton);
c.add(BorderLayout.NORTH, shuffleButton);
only shufflebutton shows!!!!
help please!!