Advertisement
Ahmed_Zouhir

Analog/Digital Clock [Sketchware/Code]

Jan 16th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. //help me to reach 1000 subscribers πŸ™
  2. //i really work hard to provide this codes
  3. //create analog clock
  4. AnalogClock ac =new AnalogClock(this);
  5. linear1.addView(ac);
  6.  
  7. //create digital clock
  8. DigitalClock dc =new DigitalClock(this);
  9. linear1.addView(dc);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement