Improved FlashPlayer display / Background color

This commit is contained in:
Jindra Petk
2013-09-01 09:27:44 +02:00
parent 538b7753f1
commit 974f18862a
7 changed files with 88 additions and 97 deletions

View File

@@ -55,8 +55,9 @@ import org.pushingpixels.substance.api.skin.SubstanceOfficeBlue2007LookAndFeel;
*/
public class View {
public static Color swfBackgroundColor = Color.white;
public static final Color DEFAULT_BACKGROUND_COLOR = new Color(217,231,250);
public static Color swfBackgroundColor = DEFAULT_BACKGROUND_COLOR;
/**
* Sets windows Look and Feel
*/