Exemplo n.º 1
0
  @Override
  public void renderForeground(int xAxis, int yAxis) {
    if (xAxis >= -21 && xAxis <= -3 && yAxis >= 142 && yAxis <= 160) {
      displayTooltips(infoHandler.getInfo(), xAxis, yAxis);
    }

    super.renderForeground(xAxis, yAxis);
  }