顯示具有 java 標籤的文章。 顯示所有文章
顯示具有 java 標籤的文章。 顯示所有文章

2013年11月2日 星期六

[Java]Rlease--G Clock1.1

我為G Clock增加了一些功能並釋出1.1版
I increase some functions of G Clock and release the version to 1.1

Update Items:
1. Increase a ComboBox, user could select 2 models to set alarm:
        1.Countdown  
        2.Timing


2.Increase input columns of "Now Plan" and "Next Plan", user could input their simple plan for remain.
3.Increase a button for quickly update "Next Plan" to "Now Plan".

Codes:

The codes of Timing model as below:

2013年10月8日 星期二

[Java]Alarm Clock with Multi-Thread //多執行緒實做鬧鐘


我試著用多執行緒來實作鬧鐘,如下:
I try to build an alarm clock with multi-thread, as below:

Interface

1. Time column: Show the time now.
2. Countdown column: For input the time of countdown number.
3. Button: For start/stop countdown or stop alarm.