In those cases I wouldn't touch that code. We used the deprecated methods despite the deprecation.
On Friday, December 4, 2020 at 12:14:43 PM UTC+2 P5music wrote: > 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 > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/36e187f9-75bc-47a7-879b-b74b5c51f7a8n%40googlegroups.com.
