//final double angle1 = _timer.getTimeInSeconds() % MathUtils.TWO_PI;
//final double angle2 = (_timer.getTimeInSeconds() / 12.) % MathUtils.TWO_PI;
//minute.getTransform().setRotation(new Quaternion().fromAngleAxis(angle1, Vector3.NEG_UNIT_Z));
//hour.getTransform().setRotation(new Quaternion().fromAngleAxis(angle2, Vector3.NEG_UNIT_Z));
clockPanel.fireComponentDirty();
};
});
return clockPanel;
}