351352353354355356357358359360361362363
throw new NullPointerException(); } } private Image getCloseButtonImage(boolean highlightOrNormal) { UIImageResource res = UIImageResource.T; if (highlightOrNormal) { return res.closeHighlight10(); } return res.closeNormal10(); }