Skip to content

Commit ca9828e

Browse files
committed
ADAP-51: updated docking example to use release/openfin-snap-dock-1.0.0.0.jar
1 parent 2482c81 commit ca9828e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
7 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ public class OpenFinDockingDemo extends JPanel implements ActionListener, Window
4747
protected String javaWindowName = "Java Dock Window";
4848
protected String javaParentAppUuid = "Java Parent App";
4949
protected String appUuid = "JavaDocking"; // UUID for desktopConnection
50-
// protected String openfin_app_url = "https://cdn.openfin.co/examples/junit/SimpleOpenFinApp.html"; // source is in release/SimpleOpenFinApp.html
51-
protected String openfin_app_url = "http://localhost:8080/SimpleDockingExample.html";
50+
protected String openfin_app_url = "https://cdn.openfin.co/examples/junit/SimpleDockingExample.html"; // source is in release/SimpleDockingExample.html
5251

5352
protected DesktopConnection desktopConnection;
5453
protected DockingManager dockingManager;

0 commit comments

Comments
 (0)