客户端
parent
93e1f17dfd
commit
ba32ec3549
@ -0,0 +1,10 @@
|
|||||||
|
package com.zhiyun.zhiyun03.client;
|
||||||
|
|
||||||
|
import javax.swing.*;
|
||||||
|
|
||||||
|
public class Main {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
SwingUtilities.invokeLater(()->new ClientFrame());
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue