diff -r bd380b80f9ea -r ef8a3a2a72f2 jdk/src/solaris/classes/sun/awt/X11/XWindow.java --- a/jdk/src/solaris/classes/sun/awt/X11/XWindow.java Tue Oct 29 16:35:20 2013 +0400 +++ b/jdk/src/solaris/classes/sun/awt/X11/XWindow.java Tue Oct 29 17:01:06 2013 +0400 @@ -250,7 +250,7 @@ if (target != null && (c = target.getBackground()) != null) { // We need a version of setBackground that does not call repaint !! // and one that does not get overridden. The problem is that in postInit - // we call setBackground and we dont have all the stuff initialized to + // we call setBackground and we don't have all the stuff initialized to // do a full paint for most peers. So we cannot call setBackground in postInit. // instead we need to call xSetBackground. xSetBackground(c); @@ -436,7 +436,7 @@ // We need a version of setBackground that does not call repaint !! // and one that does not get overridden. The problem is that in postInit - // we call setBackground and we dont have all the stuff initialized to + // we call setBackground and we don't have all the stuff initialized to // do a full paint for most peers. So we cannot call setBackground in postInit. final public void xSetBackground(Color c) { XToolkit.awtLock();