src/solaris/classes/sun/awt/X11/XChoicePeer.java
Print this page
*** 890,900 ****
private void trackSelection(int transX, int transY) {
if (!helper.isEmpty()) {
if (transX > 0 && transX < width &&
transY > 0 && transY < height) {
int newIdx = helper.y2index(transY);
! if (log.isLoggable(PlatformLogger.FINE)) {
log.fine("transX=" + transX + ", transY=" + transY
+ ",width=" + width + ", height=" + height
+ ", newIdx=" + newIdx + " on " + target);
}
if ((newIdx >=0) && (newIdx < helper.getItemCount())
--- 890,900 ----
private void trackSelection(int transX, int transY) {
if (!helper.isEmpty()) {
if (transX > 0 && transX < width &&
transY > 0 && transY < height) {
int newIdx = helper.y2index(transY);
! if (log.isLoggable(PlatformLogger.Level.FINE)) {
log.fine("transX=" + transX + ", transY=" + transY
+ ",width=" + width + ", height=" + height
+ ", newIdx=" + newIdx + " on " + target);
}
if ((newIdx >=0) && (newIdx < helper.getItemCount())