Create Timer - Countdown/Normal/Two Digit - Java Extra 32

Create Timer - Countdown/Normal/Two Digit - Java Extra 32

Channel:
Subscribers:
36,900
Published on ● Video Link: https://www.youtube.com/watch?v=zWw72j-EbqI



Duration: 25:25
18,665 views
318


Source code: https://www.ryisnow.online/2021/04/java-beginner-code-sample-create-timer.html

In this video I will explain how to use Timer class in Java and make a digital clock-like timer by using double-digit numbers.

Java Extra Playlist:
https://www.youtube.com/playlist?list=PL_QPQmz5C6WVDAle3owLhbI-YhXXAwD3n

The Class used:
DecimalFormat

0:00 Rumbling about timer usage
1:38 Create UI
6:30 Create a simple timer
12:20 Create a normal timer
15:10 How to display double digit number
19:44 Create a countdown timer

#timer #gamedev #java