客户端Netty显示

This commit is contained in:
limqhz
2023-12-13 18:27:58 +08:00
parent 19cd10e376
commit 78a7d56860
5 changed files with 62 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ public class ClientService {
instance.start();
Thread.sleep(10000);
ListenKeyFrame listenKeyFrame = new ListenKeyFrame("");
ListenKeyFrame listenKeyFrame = new ListenKeyFrame("-加载中12%");
listenKeyFrame.newFrame();
Thread.sleep(3000);
listenKeyFrame.close();