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
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
-
# java-example
2
-
Examples for OpenFin Java adapter
1
+
# Java Adapter Example
3
2
4
-
## Run the example of connecting to OpenFin and creating applications
3
+
## Overview
4
+
The following repo contains examples for OpenFin's Java adapter.
5
+
6
+
## Guidelines
7
+
Run the example of connecting to OpenFin and creating applications
5
8
6
9
1. Clone this repository
7
10
@@ -133,9 +136,12 @@ Source code for the example is located in /src/main/java/com/openfin/desktop/dem
133
136
Once the demo is running, Windows snap while being draggted close to other windows. Snapped windows dock on mounse release.
134
137
135
138
## More Info
136
-
137
139
More information and API documentation can be found at https://openfin.co/java-api/
138
140
139
-
## Getting help
141
+
## Disclaimers
142
+
* This is a starter example and intended to demonstrate to app providers a sample of how to approach an implementation. There are potentially other ways to approach it and alternatives could be considered.
143
+
* Its possible that the repo is not actively maintained.
0 commit comments