|
Duplicate :
|
OS: solaris/win2000 (maybe others)
jdk 1.5.0 build 30
The following code doesn't work
JButton but = new JButton("B1");
but.setBackground(Color.red); // can't set the color.
Sample code is attached.
---------------------------------------------
This code used to work for build 1.4.2-rc-b20
###@###.### 2003-12-08
|