You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,17 @@ Examples for OpenFin Java adapter
3
3
4
4
## Run the example
5
5
6
-
1.Download and Install "Hello OpenFin" demo app from the app gallery page at http://www.openfin.co/app-gallery.html
6
+
1.Clone this repository
7
7
8
-
2.Clone this repository
8
+
2.Go to release directory and start run.bat
9
9
10
-
3.Go to release directory and start run.bat
10
+
3.Once the java app starts, click on Start button, which should start OpenFin Runtime and "Hello OpenFin" HTML5 demo app. The java app will wait and try to connect to OpenFin Runtime.
11
11
12
-
5. Once the java app starts, click on Start button, which should start OpenFin Runtime and "Hello OpenFin" HTML5 demo app. The java app will wait and try to connect to OpenFin Runtime.
12
+
4. You can use buttons in Window Control section to move and re-size HTML5 window of Hello OpenFin app.
13
13
14
-
6. You can use buttons in Window Control section to move and re-size HTML5 window of Hello OpenFin app.
14
+
5. Click "Create Application" button, which should start a dialog with all the fields pre-populated for our FXLive demo HTML5 application. Just click on "Create" button.
15
15
16
-
7. Click "Create Application" button, which should start a dialog with all the fields pre-populated for our FXLive demo HTML5 application. Just click on "Create" button.
17
-
18
-
7. After FXLive starts, you can use the buttons under Window Control of Java app to control FXLive window.
16
+
6. After FXLive starts, you can use the buttons under Window Control of Java app to control FXLive window.
19
17
20
18
## Source Code Review
21
19
@@ -29,7 +27,7 @@ Source code for the example is located in /src/main/java/com/openfin/desktop/dem
0 commit comments