Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
按钮背景颜色在Windows XP中正常工作,但在Win8中,只有边框会更改颜色_Windows_Button_Background - Fatal编程技术网

按钮背景颜色在Windows XP中正常工作,但在Win8中,只有边框会更改颜色

按钮背景颜色在Windows XP中正常工作,但在Win8中,只有边框会更改颜色,windows,button,background,Windows,Button,Background,我想标题说明了一切 我有一个我做的项目 button.setBackground(Color.Red) 当我在XP上运行时,整个按钮变成红色 当我在Windows 8上运行相同的程序时,按钮的边框会发生变化。您应该标记您使用的是哪种语言?对不起,是Java。使用netbeans GUI构建器,但我认为这不是问题所在。

我想标题说明了一切

我有一个我做的项目

button.setBackground(Color.Red) 
当我在XP上运行时,整个按钮变成红色


当我在Windows 8上运行相同的程序时,按钮的边框会发生变化。

您应该标记您使用的是哪种语言?对不起,是Java。使用netbeans GUI构建器,但我认为这不是问题所在。