1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| package index;
|
| import Anchor.anchor_Dell;
| import baowen.Dell_Baowen;
|
| import javax.swing.*;
|
| public class homeMain {
| public static void main(String[] args) {
| new Dell_Baowen().startThread();//启动报文解析线程
| System.setProperty("sun.java2d.dpi", "96"); // 设置DPI值为96(标准DPI)
| GCUWBreadIndex.startFrame();//启动图形化界面
| new Timer100().ding_shi_qi();//100毫秒定时器
| }
| }
|
|