/* */ }
/* 707 */ if (debug) System.err.println(localObject1 + " getLocation " + ((Container)localObject1).getLocation() + " getBounds " + ((Container)localObject1).getBounds());
/* 708 */ if ((localObject1 instanceof Applet))
/* */ {
/* 710 */ if (this.controller != null)
/* 711 */ this.controller.click(new QDPoint(paramMouseEvent.getX(), paramMouseEvent.getY() + (((Container)localObject1).getLocation().y - 22) + getLocation().y), paramMouseEvent.getModifiers());
/* */ }
/* */ else
/* */ {
/* 715 */ if (debug)
/* */ {
/* 717 */ System.err.println(paramMouseEvent.getX() + ((Container)localObject1).getLocation().x + getLocation().x + ", " + (paramMouseEvent.getY() + (((Container)localObject1).getLocation().y == 22 ? ((Container)localObject1).getLocation().y : ((Container)localObject1).getLocation().y - 22) + getLocation().y));
/* */ }
/* */
/* 720 */ if (this.controller != null)
/* 721 */ this.controller.click(new QDPoint(paramMouseEvent.getX() + ((Container)localObject1).getLocation().x + getLocation().x, ((Container)localObject1).getLocation().y != 22 ? paramMouseEvent.getY() + (((Container)localObject1).getLocation().y - 22) + getLocation().y : paramMouseEvent.getY()), paramMouseEvent.getModifiers());
/* */ }
/* */ } catch (QTException localQTException) {
/* 724 */ QTRuntimeException.handleOrThrow(new QTRuntimeException(localQTException), this, "mousePressed");
/* */ } }