Re: [JPP-Devel] Fwd: SVN: [5734] core/trunk/src/com/vividsolutions/jump/workbench/ui/ GUIUtil.java

2018-04-06 Thread Michaël Michaud
Hi Ede, jupp, java9.0.1 dies here w/ NPE as well.. ede looks like the parent does not get set by component.add() anymore. anyway, i think i found a proper workaround. see the next commits. and please try them on your site. Works perfectly now. Thanks good job ! Michaël ..ede

[JPP-Devel] SVN: [5742] core/trunk

2018-04-06 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5742 http://sourceforge.net/p/jump-pilot/code/5742 Author: ma15569 Date: 2018-04-06 17:00:47 + (Fri, 06 Apr 2018) Log Message: --- Enhanced version of Feature Schema Panel: added Copy/Paste/Save to file/Load from file schema actions to Schema toolbar

Re: [JPP-Devel] SVN: [5741] core/trunk/src

2018-04-06 Thread Giuseppe Aruta
Interesting solution. Thanks Ede to taking care of these bugs ;-) 2018-04-06 16:14 GMT+02:00 jump-pilot-svn--- via Jump-pilot-devel < jump-pilot-devel@lists.sourceforge.net>: > Revision: 5741 > http://sourceforge.net/p/jump-pilot/code/5741 > Author: edso > Date: 2018-04-06

[JPP-Devel] SVN: [5741] core/trunk/src

2018-04-06 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5741 http://sourceforge.net/p/jump-pilot/code/5741 Author: edso Date: 2018-04-06 14:14:17 + (Fri, 06 Apr 2018) Log Message: --- beautify layer info internal frame with a smaller 14x14 icon Modified Paths: --

[JPP-Devel] SVN: [5740] core/trunk/src/org/openjump/core/ui/swing/ DetachableInternalFrame.java

2018-04-06 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5740 http://sourceforge.net/p/jump-pilot/code/5740 Author: edso Date: 2018-04-06 14:11:45 + (Fri, 06 Apr 2018) Log Message: --- keep the icon when detaching frame Modified Paths: --

[JPP-Devel] SVN: [5739] core/trunk/src/com/vividsolutions/jump/workbench/ui/ GUIUtil.java

2018-04-06 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5739 http://sourceforge.net/p/jump-pilot/code/5739 Author: edso Date: 2018-04-06 14:08:09 + (Fri, 06 Apr 2018) Log Message: --- add a icon to image method probably fix java.lang.NullPointerException at

Re: [JPP-Devel] Fwd: SVN: [5734] core/trunk/src/com/vividsolutions/jump/workbench/ui/ GUIUtil.java

2018-04-06 Thread edgar . soldin
hey Mike, On 06.04.2018 14:41, edgar.sol...@web.de wrote: > On 06.04.2018 14:13, edgar.sol...@web.de wrote: >> looks like java9 to me "java.desktop/javax.swing.SwingUtilities" >> >> let me try that. > > jupp, java9.0.1 dies here w/ NPE as well.. ede looks like the parent does not get set by

Re: [JPP-Devel] Fwd: SVN: [5734] core/trunk/src/com/vividsolutions/jump/workbench/ui/ GUIUtil.java

2018-04-06 Thread edgar . soldin
On 06.04.2018 14:13, edgar.sol...@web.de wrote: > looks like java9 to me "java.desktop/javax.swing.SwingUtilities" > > let me try that. jupp, java9.0.1 dies here w/ NPE as well.. ede -- Check out the vibrant tech

Re: [JPP-Devel] Fwd: SVN: [5734] core/trunk/src/com/vividsolutions/jump/workbench/ui/ GUIUtil.java

2018-04-06 Thread edgar . soldin
On 06.04.2018 13:38, Michaël Michaud wrote: > Hi Ede, > > Does it really work for you ? It is strange. jupp, works >My second screen is off and I did not think there is something related to dual >screen. what's java version that fails, maybe it's a java bug? mine is java8u152 x64 currently

Re: [JPP-Devel] Fwd: SVN: [5734] core/trunk/src/com/vividsolutions/jump/workbench/ui/ GUIUtil.java

2018-04-06 Thread Michaël Michaud
Hey, I did not notice that the internal frame was created despite the error. It is minified in the lower left corner. But what one can see first is the error message. Michaël Le 06/04/2018 à 11:32, edgar.sol...@web.de a écrit : hey Mike, just tried "layer context menu -> layer

Re: [JPP-Devel] Fwd: SVN: [5734] core/trunk/src/com/vividsolutions/jump/workbench/ui/ GUIUtil.java

2018-04-06 Thread Michaël Michaud
Hi Ede, Does it really work for you ? It is strange. My second screen is off and I did not think there is something related to dual screen. Teh stack trace is as follow : java.lang.NullPointerException     at

Re: [JPP-Devel] Fwd: SVN: [5734] core/trunk/src/com/vividsolutions/jump/workbench/ui/ GUIUtil.java

2018-04-06 Thread edgar . soldin
hey Mike, just tried "layer context menu -> layer properties" and that works for me. maybe this is different on a two screen system which i do not have set up right now. could you please try and send the stack if you can still reproduce it? ..ede On 05.04.2018 22:25, Michaël Michaud wrote: >