Skip to content

Commit 7e7659e

Browse files
committed
ADAP-155: updated LauncherBusDemo to start Layout service
1 parent ea375be commit 7e7659e

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
@@ -244,6 +244,8 @@ private void createExternalWindowObserver() {
244244
}
245245
String windowName = appUuid + "-Java-Window";
246246
try {
247+
// ExternalWindowObserver forwards window events to Runtime & Layout Service. Currently ExternalWindowObserver requires UUID of an
248+
// existing OpenFin app. So here we are using UUID of the startup app in manifest.
247249
this.externalWindowObserver = new ExternalWindowObserver(desktopConnection.getPort(), appUuid, windowName, this.stage,
248250
new AckListener() {
249251
@Override

0 commit comments

Comments
 (0)