Skip to content

Commit 64195f9

Browse files
committed
default MenuBar menu background color
set to lighter grey to match Frame color (#EEEEEE) in HTMLLookAndFeel.java
1 parent 6839b1d commit 64195f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.

sources/net.sf.j2s.java.core/src/swingjs/plaf/HTML5LookAndFeel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ protected void initSystemColorDefaults(UIDefaults table) {
376376
"window", "#FFFFFF", /* Default color for the interior of windows */
377377
"windowBorder", "#000000", /* ??? */
378378
"windowText", "#333333", /* ??? */
379-
"menu", "#C0C0C0", /* Background color for menus */
379+
"menu", "#EEEEEE",//"#C0C0C0", /* Background color for menus */
380380
"menuText", "#333333", /* Text color for menus */
381381
"text", "#C0C0C0", /* Text background color */
382382
"textText", "#333333", /* Text foreground color */

0 commit comments

Comments
 (0)