Skip to content

Commit

Permalink
updated text in notification, as for example Android Studio include J…
Browse files Browse the repository at this point in the history
…etBrains Runtime without JavaFX (#531)
  • Loading branch information
ahus1 committed Aug 10, 2020
1 parent f8ac249 commit 8ac75b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public EditorNotificationPanel createNotificationPanel(@NotNull VirtualFile file
}

final EditorNotificationPanel panel = new EditorNotificationPanel();
panel.setText("You could enable the advanced JavaFX preview if you would change to JetBrains 64bit JDK.");
panel.setText("You could enable the advanced JavaFX preview if you would change to JetBrains 64bit JDK with JavaFX support.");
panel.createActionLabel("Yes, tell me more!", ()
-> BrowserUtil.browse("https://github.com/asciidoctor/asciidoctor-intellij-plugin/wiki/JavaFX-preview"));
panel.createActionLabel("Do not show again", () -> {
Expand Down

0 comments on commit 8ac75b5

Please sign in to comment.