|
|
@ -114,9 +114,9 @@ public class SimpleToast extends UIDialog { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private void disappear(JPanel outerJPanel, long delay, TimeUnit timeUnit) { |
|
|
|
private void disappear(JPanel outerPanel, long delay, TimeUnit timeUnit) { |
|
|
|
timer = createToastScheduleExecutorService(); |
|
|
|
timer = createToastScheduleExecutorService(); |
|
|
|
timer.schedule(new DisappearMotion(outerJPanel), delay, timeUnit); |
|
|
|
timer.schedule(new DisappearMotion(outerPanel), delay, timeUnit); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|