这里是一刀切。
kit.insertHTML(doc, doc.getLength(), "Hello", 0, 0, null);
try{
Thread.sleep(1000);
}catch(Exception e){}
I am using HTMLEditorKit()
and HTMLDocument()
as a textbox.
The textbox should show "Hello" then wait one second however, when I try this, It waits one second then puts the word "Hello" which is not what I want.
我不敢肯定,为什么会发生这种情况,因为我把这一点放在逻辑上。 如果任何人能够帮助我,那将是巨大的。
EDIT:
是否有任何人知道另一种选择,因此我可以使用“延迟”效应?