I am receiving this kind of warnings:
java: scale(int,int) in com.codename1.ui.Image has been deprecated
java: getTransform() in com.codename1.ui.Graphics has been deprecated
I have many icons in my app that were created with Flamingo tool out of SVG files (to Java code).
How to replace the deprecated methods?
scale()
getTransform()
Thanks in advance