teya finish up

This commit is contained in:
2023-11-10 17:54:59 +00:00
parent e9fff7f4a3
commit d1fc482eb5
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -325,7 +325,7 @@
<dependency>
<groupId>com.unicenta</groupId>
<artifactId>unicenta-plugins</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</dependency>
<dependency>
<groupId>com.gluonhq</groupId>
@@ -86,12 +86,6 @@ public class JRootKiosk extends javax.swing.JFrame implements AppMessage {
Dimension d = Toolkit.getDefaultToolkit().getScreenSize();
setBounds(0, 0, d.width, d.height);
/*
* 4 Sep 17 JG
* 2 Dec 17 - Mod' Thanks Hayk Sokolov!
* Change here for Linux/Ubuntu full screen
* Thanks to Hans Lengerke for solution
*/
String osName = System.getProperty("os.name").toLowerCase();
boolean isWindows = osName.startsWith("windows");