public void hideBubble() { if (!answered) { setStatus(SolverStatus.UNSOLVED); if (bubble != null) bubble.update(); } if (bubble != null) bubble.hideBubble(5000); }
public void setStatus(String label, Icon icon) { setStatus(new SolverStatus(label, icon)); if (bubble != null) bubble.update(); }