public static boolean SKIN = true;
public static Office2007ThemeRender THEME;
public static VTabTitle createTabTitle (VTab tab) {
if(!isPlatform()) return new VTabTitle(tab);
// VTabTitle groupButton = new VTabTitle(tab,
// new Color(tab.getDisplay(), 255, 255, 120),
// new Color(tab.getDisplay(), 255, 255, 255),
// new Color(tab.getDisplay(), 255, 255, 145));
// return new VTabTitle(tab,
// new Color(tab.getDisplay(), 177, 211, 243),
// new Color(tab.getDisplay(), 255, 255, 255),
// new Color(tab.getDisplay(), 226, 239, 249));
return new VTabTitle(tab,
new Color(tab.getDisplay(), 255, 210, 147),
new Color(tab.getDisplay(), 255, 255, 255),
new Color(tab.getDisplay(), 177, 211, 243));
}