Skip to content

Commit 35fa50d

Browse files
committed
ADAP-159: added example for OpenFinRuntime.getInstallInfo
1 parent eef62da commit 35fa50d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/openfin/desktop/demo/LauncherBusDemo.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,8 @@ public void windowClosing(WindowEvent we) {
576576

577577

578578
public static void main(String args[]) {
579+
580+
System.out.println(String.format("Install info on your machine %s", .toString()));
579581
javax.swing.SwingUtilities.invokeLater(new Runnable() {
580582
public void run() {
581583
createAndShowGUI("OpenFin Embed Example");

0 commit comments

Comments
 (0)