Border border = new LineBorder(Color.WHITE, 12); JButton button = new JButton("12 Pixel"); button.setBorder(border);
確定! 回上一頁