Use an appropriate LayoutManager, and set the size of the JButton using setPreferredSize (and setMaximumSize/setMinimumSize) to constrain its dimensions. If you have issues, I recommend posting an...