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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# java-example
2
2
Examples for OpenFin Java adapter
3
3
4
-
# Run the example
4
+
##Run the example
5
5
6
6
1. Download and Install "Hello OpenFin" demo app from the app gallery page at http://www.openfin.co/app-gallery.html
7
7
@@ -17,7 +17,7 @@ Examples for OpenFin Java adapter
17
17
18
18
7. After FXLive starts, you can use the buttons under Window Control of Java app to control FXLive window.
19
19
20
-
# Source Code Review
20
+
##Source Code Review
21
21
22
22
Source code for the example is located in /src/main/java/com/openfin/desktop/demo/OpenFinDesktopDemo.java. The followings overview of how it communicates with OpenFin Runtime with API calls supported by the Java adapter:
23
23
@@ -75,7 +75,7 @@ Source code for the example is located in /src/main/java/com/openfin/desktop/dem
75
75
}
76
76
});
77
77
78
-
# More Info
78
+
##More Info
79
79
80
80
More information and API documentation can be found at https://www.openfin.co/developers.html?url=developers/api/java/overview.html
0 commit comments