Hey,
I have tried everything that does not work to change the color of the text on a JButton I have in a JPanel. Does anyone know how to do this. I need the actual text on the button to be a different color than black..This is an application so I am not using public void paint( Graphics g);
buttons[1] = new JButton("Open");
buttons[1].addActionListener(this);
That is a sample of my button creation code..I just need to change the word "Open"s color... :?: :?: