]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scripting/java/example/GLPcolors.java
Import CUPS 1.4svn-r7356.
[thirdparty/cups.git] / scripting / java / example / GLPcolors.java
diff --git a/scripting/java/example/GLPcolors.java b/scripting/java/example/GLPcolors.java
deleted file mode 100644 (file)
index 6cfa8d5..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-
-import java.awt.*;
-import javax.swing.*;
-import com.easysw.cups.*;
-
-public class GLPcolors
-{
-
-    public static Color backgroundColor     = new Color(0xff,0xff,0xff);
-    public static Color errorlightColor     = new Color(0xcf,0x66,0x66);
-    public static Color highlightColor       = new Color(0x99,0x99,0x66);
-    public static Color foregroundColor     = new Color(0,0,0);
-
-    public static Color labelBackgroundColor = new Color( 0x66, 0xcf, 0x66 );
-
-    public static Color tabBackgroundColor  = new Color(0x22,0x22,0x8f);
-    public static Color tabForegroundColor  = new Color(0xff,0xff,0xff);
-
-    public static Color buttonForegroundColor  = new Color(0xff,0xff,0xff);
-    public static Color buttonBackgroundColor  = new Color(0x22,0x22,0x8f);
-
-}