Have you tried setting JButton.setOpaque(true)? JButton button = new JButton("test"); button.setBackground(Color.RED); button.
確定! 回上一頁