aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/branding/Constants.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/plugin/branding/Constants.java')
-rw-r--r--src/net/java/sip/communicator/plugin/branding/Constants.java126
1 files changed, 63 insertions, 63 deletions
diff --git a/src/net/java/sip/communicator/plugin/branding/Constants.java b/src/net/java/sip/communicator/plugin/branding/Constants.java
index 9d15df4..b098e4d 100644
--- a/src/net/java/sip/communicator/plugin/branding/Constants.java
+++ b/src/net/java/sip/communicator/plugin/branding/Constants.java
@@ -1,4 +1,4 @@
-/*
+/*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Copyright @ 2015 Atlassian Pty Ltd
@@ -15,65 +15,65 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package net.java.sip.communicator.plugin.branding;
-
-import java.awt.*;
-import java.io.*;
-
-import javax.swing.text.html.*;
-
-/**
- * All look and feel related constants are stored here.
- *
- * @author Yana Stamcheva
- */
-public class Constants
-{
- /*
- * ======================================================================
- * -------------------- FONTS AND COLOR CONSTANTS ------------------------
- * ======================================================================
- */
-
- /**
- * Dark blue color used in the about window and the splash screen.
- */
- public static final Color TITLE_COLOR
- = new Color(BrandingActivator.getResources()
- .getColor("service.gui.SPLASH_SCREEN_TITLE_COLOR"));
-
- /**
- * Text color used in the about window and the splash screen.
- */
- public static final String TEXT_COLOR
- = BrandingActivator.getResources()
- .getColorString("service.gui.SPLASH_SCREEN_TEXT_COLOR");
-
-
- /*
- * ======================================================================
- * --------------------------- FONT CONSTANTS ---------------------------
- * ======================================================================
- */
-
- /**
- * Temporary method to load the css style used in the chat window.
- *
- * @param style
- */
- public static void loadSimpleStyle(StyleSheet style)
- {
- InputStream is = BrandingActivator.getResources().
- getSettingsInputStream("service.gui.HTML_TEXT_STYLE");
-
- Reader r = new BufferedReader(new InputStreamReader(is));
- try
- {
- style.loadRules(r, null);
- r.close();
- }
- catch (IOException e)
- {
- }
- }
-}
+package net.java.sip.communicator.plugin.branding;
+
+import java.awt.*;
+import java.io.*;
+
+import javax.swing.text.html.*;
+
+/**
+ * All look and feel related constants are stored here.
+ *
+ * @author Yana Stamcheva
+ */
+public class Constants
+{
+ /*
+ * ======================================================================
+ * -------------------- FONTS AND COLOR CONSTANTS ------------------------
+ * ======================================================================
+ */
+
+ /**
+ * Dark blue color used in the about window and the splash screen.
+ */
+ public static final Color TITLE_COLOR
+ = new Color(BrandingActivator.getResources()
+ .getColor("service.gui.SPLASH_SCREEN_TITLE_COLOR"));
+
+ /**
+ * Text color used in the about window and the splash screen.
+ */
+ public static final String TEXT_COLOR
+ = BrandingActivator.getResources()
+ .getColorString("service.gui.SPLASH_SCREEN_TEXT_COLOR");
+
+
+ /*
+ * ======================================================================
+ * --------------------------- FONT CONSTANTS ---------------------------
+ * ======================================================================
+ */
+
+ /**
+ * Temporary method to load the css style used in the chat window.
+ *
+ * @param style
+ */
+ public static void loadSimpleStyle(StyleSheet style)
+ {
+ InputStream is = BrandingActivator.getResources().
+ getSettingsInputStream("service.gui.HTML_TEXT_STYLE");
+
+ Reader r = new BufferedReader(new InputStreamReader(is));
+ try
+ {
+ style.loadRules(r, null);
+ r.close();
+ }
+ catch (IOException e)
+ {
+ }
+ }
+}