We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef62da commit 35fa50dCopy full SHA for 35fa50d
1 file changed
src/main/java/com/openfin/desktop/demo/LauncherBusDemo.java
@@ -576,6 +576,8 @@ public void windowClosing(WindowEvent we) {
576
577
578
public static void main(String args[]) {
579
+
580
+ System.out.println(String.format("Install info on your machine %s", .toString()));
581
javax.swing.SwingUtilities.invokeLater(new Runnable() {
582
public void run() {
583
createAndShowGUI("OpenFin Embed Example");
0 commit comments