簡單的Java秒錶計時器(線程)

秒錶的個個位數的計算: package Seconds; public class Watch_time extends Thread{ int ms,ms_1,ms_2; int s,s_1; int m,m_1; Watch w; public void set(Watch w) { this.w=w; }
相關文章
相關標籤/搜索