changeset 1497:0b0da6841278

Added missing changelog entry for "Made headless detection softer" 2018-05-24
author Jiri Vanek <jvanek@redhat.com>
date Mon, 28 May 2018 12:01:56 +0200
parents 5290684409aa
children 348532e210c0
files ChangeLog
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 24 17:55:31 2018 +0200
+++ b/ChangeLog	Mon May 28 12:01:56 2018 +0200
@@ -1,6 +1,12 @@
+2018-05-24  Jiri Vanek <jvanek@redhat.com>
+
+	Made headless detection softer
+	* netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java: JWindow().getOwner() repalced by GraphicsEnvironment.isHeadless()
+	JWindow().getOwner() was failing on headfull systems after headless check itself, on NPE.
+
 2018-05-14  Jiri Vanek <jvanek@redhat.com>
 
-	* netx/net/sourceforge/jnlp/runtime/AppletEnvironment.java: getDocumentBase no returns codeBase as fallback when 
+	* netx/net/sourceforge/jnlp/runtime/AppletEnvironment.java: getDocumentBase now returns codeBase as fallback when 
 	documentBase is null. Oracle Applications R12, Oracle Forms Java Webstart application is requesting getDocumentBase
 	where it shouldn't, however they refuse to modify their code and add ITW to supported platforms