|
@@ -87,11 +87,11 @@ public class DsrcCommServerApplication implements CommandLineRunner, Application
|
|
|
@Override
|
|
|
public void run(String... args) throws Exception {
|
|
|
if (OS.isWindows()) {
|
|
|
+ String sysTime = SysUtils.getSysTimeStr();
|
|
|
+ //JFrame.setDefaultLookAndFeelDecorated(true);
|
|
|
+ JFrame frame = new JFrame("DSRC 통신 서버 - [" + sysTime + "]");
|
|
|
+ MainUI UI = new MainUI(frame);
|
|
|
SwingUtilities.invokeLater(() -> {
|
|
|
- String sysTime = SysUtils.getSysTimeStr();
|
|
|
- //JFrame.setDefaultLookAndFeelDecorated(true);
|
|
|
- JFrame frame = new JFrame("DSRC 통신 서버 - [" + sysTime + "]");
|
|
|
- MainUI UI = new MainUI(frame);
|
|
|
try {
|
|
|
ClassPathResource file = new ClassPathResource("static/image/application.png");
|
|
|
URL imgURL = file.getURL();
|