We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8536890 commit 88a6a2bCopy full SHA for 88a6a2b
2 files changed
release/tabstrip.html
@@ -0,0 +1,10 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <title>$Title$</title>
6
+</head>
7
+<body>
8
+$END$
9
+</body>
10
+</html>
src/main/java/com/openfin/desktop/demo/OpenFinDesktopDemo.java
@@ -361,6 +361,12 @@ public void windowOpened(WindowEvent e) {
361
@Override
362
public void windowClosing(WindowEvent e) {
363
closeDesktop();
364
+ try {
365
+ Thread.sleep(1000);
366
+ java.lang.System.exit(0);
367
+ } catch (Exception ex) {
368
+ ex.printStackTrace();
369
+ }
370
}
371
372
0 commit comments