We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88fe48 commit c0c015cCopy full SHA for c0c015c
README.md
@@ -34,12 +34,11 @@ Source code for the example is located in /src/main/java/com/openfin/desktop/dem
34
35
3. Create new application when clicking on Create App:
36
37
- Application app = new Application(options, controller, new AckListener() {
+ Application app = new Application(options, desktopConnection, new AckListener() {
38
@Override
39
public void onSuccess(Ack ack) {
40
Application application = (Application) ack.getSource();
41
application.run(); // run the app
42
- addApplication(options);
43
}
44
45
public void onError(Ack ack) {
0 commit comments