public interface TimeChanger
Modifier and Type | Method and Description |
---|---|
void |
setAnalogClockRef(JAnalogClock analogClock)
Provides a hook for updating the JAnalogClock component when the user modifies
the hour, minutes, and seconds.
|
void |
setHoursVal(int val) |
void |
setMinutesVal(int val) |
void |
setSecondsVal(int val) |
void setAnalogClockRef(JAnalogClock analogClock)
void setHoursVal(int val)
void setMinutesVal(int val)
void setSecondsVal(int val)
Copyright © 2003, 2023, Oracle and/or its affiliates.