Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-17 Thread Paul Taylor
Im trying to port an application from Java 6 to Java 7 on Mac does Java 1.7.0_40-b43 support the apple.awt-use-file-dialog-packages option system property so that I can select and application bundle in a FileDialog as if it a file rather than the reality ( a folder), Im having trouble getting e

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-17 Thread Paul Taylor
On 17/10/2013 21:03, Anthony Petrov wrote: Hi Paul, Apparently not: $ grep -r "awt-use-file-dialog-packages" jdk/src/* | wc -l 0 Your best bet is to file an RFE at http://bugs.sun.com/ Oh drat, shame as the similar "apple.awt.fileDialogForDirectories" was added, having said that when I use th

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-18 Thread Paul Taylor
On 17/10/2013 22:34, Sergey Bylokhov wrote: On 18.10.2013 0:31, Paul Taylor wrote: Oh drat, shame as the similar "apple.awt.fileDialogForDirectories" was added, having said that when I use this in another project it was with an early access release of 1.7.0_40 , now with the fin

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-18 Thread Paul Taylor
On 18/10/2013 14:02, Anthony Petrov wrote: Hi Paul, I've just filed this issue for you: https://bugs.openjdk.java.net/browse/JDK-8026869 It is currently targeted for JDK 9. After it's fixed in the mainline, we can consider porting the fix to 8- and 7-update releases. Hi, thanks alot -I assume

Is OSX JTable and JList selection color incorrect

2013-10-23 Thread Paul Taylor
On OSX Java 1.7.0_40-b43 the selection colour appears correct ( a light blue) but JTable and JList selection colour is dark blue like on Windows Am I doing something wrong, or is this a bug , or is it meant to be like this ? Paul

Possible regressionn, popupmenus not appearing to work correctly with cntl-click

2013-10-26 Thread Paul Taylor
Just moved from Java 6 with Quaqua and Feel to Java 7 with Aqua look and feel so not 100% sure where the problem lies but previously if I have some fields selected in a table and then invoked popup menu by either 1. Right click on two button mouse 2. Left Click whilst pressing Cntl Key it woul

Re: Possible regressionn, popupmenus not appearing to work correctly with cntl-click

2013-10-28 Thread Paul Taylor
On 27/10/2013 08:06, Hendrik Schreiber wrote: On Oct 26, 2013, at 9:36 PM, Paul Taylor wrote: Just moved from Java 6 with Quaqua and Feel to Java 7 with Aqua look and feel so not 100% sure where the problem lies but previously if I have some fields selected in a table and then invoked popup

Re: Possible regressionn, popupmenus not appearing to work correctly with cntl-click

2013-10-29 Thread Paul Taylor
On 28/10/2013 12:29, Leonid Romanov wrote: Hello, I've filed a bug: https://bugs.openjdk.java.net/browse/JDK-8027374 Hi, Ive think Ive found the issue for me , I created this test case and it works correctly as you say import javax.swing.*; public class TableTest { public static void mai

Moving around Jtable with cursor key balnks out values

2013-10-30 Thread Paul Taylor
With Java 7 on OSX I find that as I move around my JTable cells with cursor keys it causes it to blank out every field in goes into. Adding: table.putClientProperty("JTable.autoStartsEdit", Boolean.FALSE) stops that issue happening, but then I have to press 'Enter' key to start editing. What I

Re: Moving around Jtable with cursor key balnks out values

2013-10-30 Thread Paul Taylor
On 30/10/2013 12:13, Paul Taylor wrote: With Java 7 on OSX I find that as I move around my JTable cells with cursor keys it causes it to blank out every field in goes into. Adding: table.putClientProperty("JTable.autoStartsEdit", Boolean.FALSE) stops that issue happening, but then

Java 7 Application built on OSX 10.9 crashing on startup on 10.7.5

2013-10-30 Thread Paul Taylor
Ive built a Java 7 bundle for my application on OSX10.9, all appears well but when I try it on OSX 10.7 it crashes on startup But Java 7 is supported on OSX 10.7.3 and later, right ? Details below: Process: launchd [229] Path:/Applications/Jaikoz.app/Contents/MacOS/Jaikoz Id

Re: Possible regressionn, popupmenus not appearing to work correctly with cntl-click

2013-10-31 Thread Paul Taylor
tComponentPopup(). The only thing I would say is that is if Cntl-Click is meant to work the same as Right-Click on OSX in all situations it does seem there is a minor issue that it breaks my old code but this is no longer a problem for me. On 29.10.2013, at 15:14, Paul Taylor <mailto:pau

Default heap memory size allocated with Java 7 on OSX

2013-10-31 Thread Paul Taylor
How does Java 7 decide on the max value of heap memory allocated (-Xmx) if not specified on an OSX bundle, I've read the manual page and it gave no indication. It seems to be allocated more than the default on Java 6 and I wonder if it varies with the memory available on the machine, that would

How do I make my Java 7 OSX App draggable on toolbar only ?

2013-10-31 Thread Paul Taylor
Things were working okay with Java 6 ( and some custom libs) but now by default a Java 7 application is only movable on Mac if you click near the top of the window (like on Windows), however if I set toolbar.getRootPane().putClientProperty("apple.awt.draggableWindowBackground") I can then m

Re: Java 7 Application built on OSX 10.9 crashing on startup on 10.7.5

2013-10-31 Thread Paul Taylor
On 31/10/2013 18:38, Mike Swingler wrote: Is this the full crash log? Are there no thread stacks? Regards, Mike Swingler Apple Inc. Thats all that comes up with the Crash reporter, Ive now tried another application that definitently was working on OSX 10.7 with an earlier version of Java 7 bu

Re: Java 7 Application built on OSX 10.9 crashing on startup on 10.7.5

2013-10-31 Thread Paul Taylor
On 31/10/2013 21:49, Michael Hall wrote: On Oct 30, 2013, at 4:38 PM, Paul Taylor wrote: /Applications/Jaikoz.app/Contents/MacOS/Jaikoz I'm assuming this is the appbundler JavaAppLauncher. Which branch? java.net project or infinitekind? Which OS version was it built on? Ah, I think you

Re: Java 7 Application built on OSX 10.9 crashing on startup on 10.7.5

2013-11-01 Thread Paul Taylor
On 01/11/2013 01:41, Michael Hall wrote: On Oct 31, 2013, at 7:10 PM, Paul Taylor wrote: On 31/10/2013 21:49, Michael Hall wrote: On Oct 30, 2013, at 4:38 PM, Paul Taylor wrote: /Applications/Jaikoz.app/Contents/MacOS/Jaikoz I'm assuming this is the appbundler JavaAppLauncher. Which b

Specifying splash screen in bundle appears to completely screw up using FileDialog

2013-11-01 Thread Paul Taylor
After fixing a load of Java 7 related problems the last two days I was all set to do a new release of my application, but when I did final check of functionality I noticed that when using FileDialogs they were opening a slightly different view (not FileDialog not JFileChooser) and they were ind

Re: Moving around Jtable with cursor key balnks out values

2013-11-01 Thread Paul Taylor
On 30/10/2013 12:24, Paul Taylor wrote: On 30/10/2013 12:13, Paul Taylor wrote: With Java 7 on OSX I find that as I move around my JTable cells with cursor keys it causes it to blank out every field in goes into. Adding: table.putClientProperty("JTable.autoStartsEdit", Boolean.FAL

Re: Specifying splash screen in bundle appears to completely screw up using FileDialog

2013-11-01 Thread Paul Taylor
On 01/11/2013 20:00, Paul Taylor wrote: After fixing a load of Java 7 related problems the last two days I was all set to do a new release of my application, but when I did final check of functionality I noticed that when using FileDialogs they were opening a slightly different view (not

Re: Specifying splash screen in bundle appears to completely screw up using FileDialog

2013-11-01 Thread Paul Taylor
On 01/11/2013 20:33, Paul Taylor wrote: On 01/11/2013 20:00, Paul Taylor wrote: After fixing a load of Java 7 related problems the last two days I was all set to do a new release of my application, but when I did final check of functionality I noticed that when using FileDialogs they were

Re: How do I make my Java 7 OSX App draggable on toolbar only ?

2013-11-04 Thread Paul Taylor
On 31/10/2013 17:30, Paul Taylor wrote: Things were working okay with Java 6 ( and some custom libs) but now by default a Java 7 application is only movable on Mac if you click near the top of the window (like on Windows), however if I set toolbar.getRootPane().putClientProperty

Re: How do I make my Java 7 OSX App draggable on toolbar only ?

2013-11-04 Thread Paul Taylor
On 04/11/2013 09:37, Hendrik Schreiber wrote: On Nov 4, 2013, at 10:05 AM, Paul Taylor wrote: Nevermind I found a solution, I used UnifiedToolbar from thehttp://code.google.com/p/macwidgets/ project with Java 6. Since moving to Java 7 and no longer using UnifiedToolbar I couldn't

Problem with InetAddress.getLocalHost() on Java 7

2013-11-08 Thread Paul Taylor
It works okay for me but for a particular customer InetAddress.getLocalHost() is failing with Java 7 although it works okay with Java 6 with the following exception java.net.UnknownHostException: rupert: rupert: nodename nor servname provided, or not known at java.net.InetAddress.getLocal

Re: Problem with InetAddress.getLocalHost() on Java 7

2013-11-11 Thread Paul Taylor
On 11/11/2013 09:02, Alan Bateman wrote: On 08/11/2013 16:48, Paul Taylor wrote: It works okay for me but for a particular customer InetAddress.getLocalHost() is failing with Java 7 although it works okay with Java 6 with the following exception java.net.UnknownHostException: rupert: rupert

Re: Problem with InetAddress.getLocalHost() on Java 7

2013-11-11 Thread Paul Taylor
On 11/11/2013 15:35, Alan Bateman wrote: On 11/11/2013 09:09, Paul Taylor wrote: Trouble is I cannot replicate the problem myself even if remove entries from /etc/hosts it is only a problem some of my customers are having Paul The reports on this issue (assuming it is the same thing as JDK

CheckboxMenuItem added to dock fires itemevent returning String rather than CheckboxMenuItem

2013-11-20 Thread Paul Taylor
On OSX Java 7 (1.7.0_40) I wanted to add some mutually exclusive CheckBoxItems to the dock menu, in order to create the mutual exclusivity I used the answer here by http://stackoverflow.com/questions/13596428/adding-a-checkbox-group-to-a-java-menu/20092694#20092694 provided by Julian Wright to

Dragging an image from Webpage within Firefox no longer provides it as DataFlavour java.net.URL/java.util.List on OSX with Java 7

2013-11-25 Thread Paul Taylor
So on Windows with Java 7 I receive an image dragged frrm a webpage in these flavours (plus others) but these are two I'm interested in 25/11/2013 10.31.07:com.jthink.jaikoz.draganddrop.FileDropTarget:drop:SEVERE: java.awt.datatransfer.DataFlavor[mimetype=application/x-java-url;representation

Dragging an image from firefox browser works but not Google Chrome with Java 7

2013-12-10 Thread Paul Taylor
Dragging an image from firefox browser works but not Google Chrome, Chrome provides no data flavours when using Java 7 (1.7.0_45) although it works correctly when using Java 6

Using the Apple menu (Apple.laf.useScreenMenuBar) the menu items are always in English whatever set as Preferred Language

2013-12-12 Thread Paul Taylor
Using the Apple menu (Apple.laf.useScreenMenuBar) the special menu items are always in English whatever set as Preferred Language OSX:System Preferences:Language and Region:Preferred Languages i.e it stills say Preferences... Show All Hide Others etc in the first menu (my own menu items usin

On OSX with Editable combo box the button is not aligned correctly with the combobox field

2013-12-12 Thread Paul Taylor
With Editable combo box the button is not aligned correctly with the combobox field, at least I don't think so I'm struggling to find an example of editable combo in a native OSX application. Its worse using size variant small, with non editable combobox its fine. Same problem on Java 7 and Jav

Re: On OSX with Editable combo box the button is not aligned correctly with the combobox field

2013-12-13 Thread Paul Taylor
On 12/12/2013 20:39, Anthony Petrov wrote: Hi Paul, Can you please file bugs at http://bugs.sun.com/ for all the issues that you encounter? Okay, Ive submitted bug reports for the editablecombo, and Apple menu bar bugs. I'll go through the others when I can. Paul

Re: Signing Mac OS X Apps

2013-12-17 Thread Paul Taylor
On 17/12/2013 04:11, Dinesh Amarasekara wrote: Hi, I have bundled a java application using appbundler. But when I try to sign the bundle it gives me the following error. JavaAppLauncher malformed object (unknown load command 9) Any input for this highly appreciated. Thanks And Best Regards, D

Re: Using the Apple menu (Apple.laf.useScreenMenuBar) the menu items are always in English whatever set as Preferred Language

2013-12-25 Thread Paul Taylor
On 25/12/2013 13:26, Petr Pchelko wrote: Hello, Paul. Sorry for the delayed answer. The problem is that we are relying on Cocoa to create these menu items. However, to properly understand the locale Cocoa needs a special key in the Info.plist file (CFBundleAllowMixedLocalizations). However wh

Re: Using the Apple menu (Apple.laf.useScreenMenuBar) the menu items are always in English whatever set as Preferred Language

2014-01-06 Thread Paul Taylor
On 25/12/2013 18:27, Petr Pchelko wrote: Hello, Paul. Thanks, my application is actually packaged using this fork of appbundler https://bitbucket.org/infinitekind/appbundler So will CFBundleAllowMixedLocalizations work for that as well ? I’ve never tried to use this tool, so I do not know. B

Re: Dragging an image from Webpage within Firefox no longer provides it as DataFlavour java.net.URL/java.util.List on OSX with Java 7

2014-01-13 Thread Paul Taylor
On 13/01/2014 12:55, Hendrik Schreiber wrote: On Nov 25, 2013, at 12:07, Paul Taylor wrote: So on Windows with Java 7 I receive an image dragged frrm a webpage in these flavours (plus others) but these are two I'm interested in 25/11/2013 10.

Re: Dragging an image from Webpage within Firefox no longer provides it as DataFlavour java.net.URL/java.util.List on OSX with Java 7

2014-01-13 Thread Paul Taylor
On 13/01/2014 16:27, Hendrik Schreiber wrote: On Jan 13, 2014, at 14:14, Paul Taylor wrote: Hi, yes it is fixed in early access version of Java 8 http://download.java.net/jdk8/changes/jdk8-b119.html?q=download/jdk8/changes/jdk8-b119.html Was this fixed by http://bugs.sun.com/bugdatabase

Re: Dragging an image from Webpage within Firefox no longer provides it as DataFlavour java.net.URL/java.util.List on OSX with Java 7

2014-01-13 Thread Paul Taylor
On 13/01/2014 16:47, Hendrik Schreiber wrote: On Jan 13, 2014, at 17:38, Paul Taylor wrote: I verified it was now working , but in my use case the jpeg is within the html file so maybe that is the difference I just tried that as well: no difference :-( Which OS X and Java version did you

Re: Properly code-signing an app with bundled JRE

2014-01-28 Thread Paul Taylor
On 28/01/2014 18:12, Hendrik Schreiber wrote: Hey.. it seems that Apple has changed the way codesign works. On Mavericks with current XCode, Unless you use the --deep option, your app isn't signed at all. And when you use --deep, it works fine as long as you don't bundle a JRE as plugin. Is

Re: Properly code-signing an app with bundled JRE

2014-01-28 Thread Paul Taylor
On 28/01/2014 19:05, Hendrik Schreiber wrote: On Jan 28, 2014, at 19:56, Hendrik Schreiber wrote: On Jan 28, 2014, at 19:28, Paul Taylor wrote: This email sent to paul_t...@fastmail.fm I can confirm I had to change it to use --deep option a while ago for it to work, I do bundle it with a

Java 7 application halting OSX when left unatteended

2014-01-31 Thread Paul Taylor
My (java 7 based) Gui application processes digital music files, and is designed so it can be left unattended. I have noticed that if I leave it running overnight on my OSX Mavericks computer that it stops shortly after I leave it, only continuing when I touch the keyboard in the morning. How

Re: Java 7 application halting OSX when left unatteended

2014-01-31 Thread Paul Taylor
On 31/01/2014 10:58, Hendrik Schreiber wrote: This smells like App Nap. See http://krypted.com/mac-os-x/disable-app-nap-in-mavericks/ -hendrik I'm just testing it with AppNap will report back later, if this doesnt fix it I'll dig out by 10.8 machine and see if the problem occurs there as well

Re: Java 7 application halting OSX when left unatteended

2014-01-31 Thread Paul Taylor
On 31/01/2014 11:04, Paul Taylor wrote: On 31/01/2014 10:58, Hendrik Schreiber wrote: This smells like App Nap. See http://krypted.com/mac-os-x/disable-app-nap-in-mavericks/ -hendrik I'm just testing it with AppNap will report back later, if this doesnt fix it I'll dig out by 10

Re: OSX Java 8 crash on Mavericks

2014-02-14 Thread Paul Taylor
On 14/02/2014 11:16, Michael Hall wrote: Not sure what you mean by update? If you have a bug report? The above sort of suggests you have something looping or too recursive going on with the native gui thread. Probably in or calling into native. I just meant do you know about this issue. I was u

Re: OSX Java 8 crash on Mavericks

2014-02-14 Thread Paul Taylor
On 14/02/2014 11:41, Michael Hall wrote: I was under the impressions that however bad my code was it shouldn't cause Java to crash in this way, is that not correct ? I believe that is the theory. So you probably did hit on at least an edge case which the jdk didn't handle as well as you'd hop

Disabling AppNap from java

2014-02-22 Thread Paul Taylor
I think Im having problems with AppNap with my application, although it is difficult to understand when/if it is kicking in. 'The correct way to disable App Nap is to use the -[NSProcessInfo beginActivityWithOptions:reason:] and -[NSProcessInfo endActivity] APIs within your app via JNI, and on

Re: Disabling AppNap from java

2014-02-22 Thread Paul Taylor
On 22/02/2014 20:43, Eirik Bakke wrote: JNA might be a simpler way to call native functions: https://github.com/twall/jna -- Eirik On 2/22/14, 8:51 AM, "Paul Taylor" wrote: I think Im having problems with AppNap with my application, although it is difficult to understand whe

Unable to get Applescript Engine on some computers

2014-02-27 Thread Paul Taylor
In my code I have: ScriptEngineManager mgr = new ScriptEngineManager(); ScriptEngine engine = mgr.getEngineByName("AppleScript"); this works fine for me, but for some customers in returns null for engine. We are using Java 1.8.0 25.0-b69 64bit (build 129) Customer was on Mac OS X 10.9.2 x86_64

Re: Unable to get Applescript Engine on some computers

2014-02-27 Thread Paul Taylor
On 27/02/2014 11:07, Michael Hall wrote: On Feb 27, 2014, at 4:52 AM, Paul Taylor wrote: In my code I have: ScriptEngineManager mgr = new ScriptEngineManager(); ScriptEngine engine = mgr.getEngineByName("AppleScript"); this works fine for me, but for some customers in return

Re: Unable to get Applescript Engine on some computers

2014-02-27 Thread Paul Taylor
On 27/02/2014 11:50, Andrew Thompson wrote: On Feb 27, 2014, at 6:10 AM, Alan Bateman wrote: The JDK does include the AppleScriptEngine but is missing the service configuration file that is needed to locate it. There is a bug open for this but it does raise the question as to whether the JD

Re: Unable to get Applescript Engine on some computers

2014-02-27 Thread Paul Taylor
On 27/02/2014 12:16, Paul Taylor wrote: On 27/02/2014 11:50, Andrew Thompson wrote: On Feb 27, 2014, at 6:10 AM, Alan Bateman wrote: The JDK does include the AppleScriptEngine but is missing the service configuration file that is needed to locate it. There is a bug open for this but it

Re: Unable to get Applescript Engine on some computers

2014-02-27 Thread Paul Taylor
On 27/02/2014 13:17, Alan Bateman wrote: On 27/02/2014 13:11, Paul Taylor wrote: : I wanted to replicate the issue before fixing so I renamed /System/Library/Java/Extensions/AppleScriptEngine.jar and libAppleScriptEngine.jniLib but it stills works. I searched the whole hard disk and

Re: Unable to get Applescript Engine on some computers

2014-02-27 Thread Paul Taylor
On 27/02/2014 11:07, Michael Hall wrote: On Feb 27, 2014, at 4:52 AM, Paul Taylor wrote: In my code I have: ScriptEngineManager mgr = new ScriptEngineManager(); ScriptEngine engine = mgr.getEngineByName("AppleScript"); this works fine for me, but for some customers in return

Re: HiDPI/Retina support for -splash option

2014-05-23 Thread Paul Taylor
On 22/05/2014 20:05, Hendrik Schreiber wrote: Hi, I'm under the impression that the VM option -splash does not honor the @2x notation for HiDPI images. Am I missing something, is that being worked on, or is there a bug report for this (I couldn't find one)? It's a little disappointing when yo

Re: HiDPI/Retina support for -splash option

2014-05-23 Thread Paul Taylor
On 23/05/2014 11:38, Petr Pchelko wrote: But isnt there a much larger problem, the -splash option still broken only to be fixed in https://bugs.openjdk.java.net/browse/JDK-8024185. To clarify using the splash option will prevent my main application from working. This fix was integrated in JDK

Re: java.awt.FileDialog does not work properly bundled but not sandboxed app

2014-05-29 Thread Paul Taylor
On 29/05/2014 11:27, Robert Krüger wrote: Hi, I am not really sure I understand your posting correctly. Are you saying that your impression is that java.awt.FileDialog in mode FileDialog.LOAD does not work properly in an app bundle, regardless of sandboxing? If that is so, then I can confirm tha

What do we need to change to sign java appbundle since updating from 10.9.4 to 10.9.5

2014-09-18 Thread Paul Taylor
Can somebody help me with this please I just updated from OSX 10.9.4 to 10.9.5, and it looks like I have to change how I sign Java application after updating because Im now getting this output after signing with export CODESIGN_ALLOCATE="/Applications/Xcode.app/Contents/Developer/Toolchai

Re: What do we need to change to sign java appbundle since updating from 10.9.4 to 10.9.5

2014-09-18 Thread Paul Taylor
On 18/09/2014 18:16, Danno Ferrin wrote: On the javapacakger (javafxpackager) side of the house we dodge this by not using the symlinked JLI. The JDK as it is installed installs a symlink to the libjli.dylib in ...app/Contents/MacOS is actually a symlink. I don't know if you copy it if it wi

Re: What do we need to change to sign java appbundle since updating from 10.9.4 to 10.9.5

2014-09-19 Thread Paul Taylor
On 18/09/2014 20:22, Hendrik Schreiber wrote: On Sep 18, 2014, at 20:49, Paul Taylor wrote: On 18/09/2014 18:16, Danno Ferrin wrote: On the javapacakger (javafxpackager) side of the house we dodge this by not using the symlinked JLI. The JDK as it is installed installs a symlink to the

OSX failing to get a url for image even though it is a supported dataflavour for the transferable

2014-09-22 Thread Paul Taylor
Customer reporting this error when trying to copy and paste an image from amazon, although we check the transferable object support a particular dataflavor, it fails when try and use that data flavour to get a url. Ive not seen this error before and recently moved to Java 1.8.0_20 so I'm assumi

Re: OSX failing to get a url for image even though it is a supported dataflavour for the transferable

2014-09-23 Thread Paul Taylor
On 22/09/2014 14:03, Scott Palmer wrote: The XML has an array of two strings. Are you sure you aren't getting the error from the second blank string? Scott Ah, good point BUT why would getTransferData() return an empty value, I dont see I have any control over that ? Paul

Re: Swing Look And Feel for Yosemite

2014-11-10 Thread Paul Taylor
On 10/11/2014 15:42, dalibor topic wrote: Hi, Since you're asking about Swing, it may be better to raise this on the swing-dev mailing list. cheers, dalibor topic I dont see why as the issue is very much specific to OSX Paul

Re: Swing Look And Feel for Yosemite

2014-11-11 Thread Paul Taylor
On 11/11/2014 02:02, Phil Race wrote: On 11/10/14 9:45 AM, David DeHaven wrote: We still use it for the occasional generic "Java 7/8/9 on Mac" question that comes up from time to time. It is far preferable that the question be posted to the more specific lists, but sometimes it isn't clear whe

java.lang.NoSuchMethodError: createImageUsingNativeSize error in 1.8.0_45

2015-07-23 Thread Paul Taylor
This code that was used in some circumstances for dealing with single images dragged and drop from certain webbrowsers (firefox) gave no issues in 1.8.0_25 image = (Image) trans.getTransferData("image/x-java-image;class=java.awt.Image"); but now in 1.8.0_45 causing java.lang.NoSuchMeth

Re: java.lang.NoSuchMethodError: createImageUsingNativeSize error in 1.8.0_45

2015-07-23 Thread Paul Taylor
On 23/07/2015 11:19, Paul Taylor wrote: This code that was used in some circumstances for dealing with single images dragged and drop from certain webbrowsers (firefox) gave no issues in 1.8.0_25 image = (Image) trans.getTransferData("image/x-java-image;class=java.awt.Image");

Re: java.lang.NoSuchMethodError: createImageUsingNativeSize error in 1.8.0_45

2015-07-24 Thread Paul Taylor
On 23/07/2015 12:46, Alexander Scherbatiy wrote: It looks like known issue JDK-8077016 [macosx] Image transfer through System Clipboard is broken in 1.8.0_40 on Mac OS X https://bugs.openjdk.java.net/browse/JDK-8077016 and it fails this test https://bugs.openjdk.java.net/browse/JDK-803