--- old/src/java.desktop/unix/classes/sun/awt/X11/XChoicePeer.java 2018-10-01 10:04:43.342026000 +0700 +++ new/src/java.desktop/unix/classes/sun/awt/X11/XChoicePeer.java 2018-10-01 10:04:42.850026000 +0700 @@ -945,7 +945,7 @@ public void paintPeer(Graphics g) { //System.out.println("UC.paint()"); Choice choice = (Choice)target; - Color colors[] = XChoicePeer.this.getGUIcolors(); + Color[] colors = XChoicePeer.this.getGUIcolors(); draw3DRect(g, getSystemColors(), 0, 0, width - 1, height - 1, true); draw3DRect(g, getSystemColors(), 1, 1, width - 3, height - 3, true);