mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 18:01:24 +00:00
Improved FlashPlayer display / Background color
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user