diff --git a/source/org/thdl/tib/input/DuffPane.java b/source/org/thdl/tib/input/DuffPane.java index 55abcef..1f4a78c 100644 --- a/source/org/thdl/tib/input/DuffPane.java +++ b/source/org/thdl/tib/input/DuffPane.java @@ -2135,7 +2135,6 @@ public void paste(int offset) JToolBar toolbar = null ; - System.out.println ( parent.toString () ) ; for ( int child = 0; child < parent.getComponentCount (); child++ ) { if ( parent.getComponent ( child ) instanceof JToolBar ) diff --git a/source/org/thdl/tib/input/GlobalResourceHolder.java b/source/org/thdl/tib/input/GlobalResourceHolder.java index 230d305..758398a 100644 --- a/source/org/thdl/tib/input/GlobalResourceHolder.java +++ b/source/org/thdl/tib/input/GlobalResourceHolder.java @@ -42,8 +42,8 @@ public class GlobalResourceHolder static class Listener implements Observer { - public static final int DICTIONARY_SETTINGS = 1 ; - + public static final int DICTIONARY_SETTINGS = 1 ; + /** * update * @@ -61,7 +61,6 @@ public class GlobalResourceHolder { if ( null == GlobalResourceHolder.settingsServiceProvider ) return ; - if ( DICTIONARY_SETTINGS == setting ) { // @@ -188,7 +187,7 @@ public class GlobalResourceHolder System.err.println ( "TibetanScanner.loadDictionaryScanner () --> " + e.toString () ) ; dictionaryLoadState = DictionaryLoadState.ERROR ; } - } + } return ts ; } @@ -283,11 +282,11 @@ public class GlobalResourceHolder flagIsUsingLocalFonts = true ; } - /* - * setFontSize - * - * notifies the GlobalResource about the most probably used font size - * + /* + * setFontSize + * + * notifies the GlobalResource about the most probably used font size + * */ protected static void setFontSize ( int fontSize ) {