I am trying to change the menu header background but with no luck . I have attached the image of the menu where i highlighted in red the area of the menu that i want to change its background. Also you can find the menu in the showcase here http://www.smartclient.com/smartgwt/...ory_appearance.
this is how my code looks like :
Menu menu = new Menu();
menu.setShowShadow(true);
menu.setShadowDepth(10);
Thank you in advance.
this is how my code looks like :
Menu menu = new Menu();
menu.setShowShadow(true);
menu.setShadowDepth(10);
Thank you in advance.
Comment