精華區beta java 關於我們 聯絡資訊
※ 引述《germos.bbs@redbbs.cc.ntut.edu.tw (如願找到你.永恆)》之銘言: : 之前 po 的 Timer 鬧鐘壞了...是改過的 code : 卻一直無法 new 出來.. import java.util.*; public class Y2K { public static void main(String[] args) { Timer timer = new Timer(); TimerTask task = new TimerTask() { public void run() { System.out.println("Boom!"); } }; Calendar c = new GregorianCalendar(2000, Calendar.JANUARY, 1); timer.schedule(task, c.getTime()); } } //good luck ^_^ -- ╭──╭─────╭─────╭───── ο ╰─╯ ╰─╮○ ╭─╮∣ ○∣ ο ο ∣ ο│ ╮ ╭╯ ο No mind!! No mind!!! 只要有"Heat"在一切都OK ο ο╭─╮∣ ╭─╯ ╭─╮∣ ο ο ──╯─────╯──╯───╯ -- ※ 發信站: 批踢踢實業坊(ptt.csie.ntu.edu.tw) ◆ From: 210.85.11.236