public class TestDingShi implements Runnable
{
Thread xc
Dao dao=new DaoImpl()
public TestDingShi()
{
xc=new Thread(this)
xc.start()
}
public void run()
{
while (true)
{
try
{
xc.sleep(1000)
}
catch (InterruptedException e)
{
//纳消亮洞宽 TODO Auto-generated catch block
e.printStackTrace()
}
//TODO定时在桥羡此
system.out.println("1")
}
}
}
这个JButton先setEnabled(false)。使用昌哗一个定时器检测耐樱行当前时间有没有到20:00,到了颂纯后jbutton.setEnabled(true)
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)