The width of each button is given too small. Try to replace lines 19 and 20 with the following width of 150: b1.setBounds(50, 50, 150, 50);
確定! 回上一頁