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

2015-07-23 Thread Alexander Scherbatiy
Could you file an issue on it: http://bugreport.java.com/bugreport Thanks, Alexandr. On 7/23/2015 2:27 PM, Paul Taylor wrote: 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

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