I want know if there any possible way to enlarge URLImage size using codenameone
this is the code: EncodedImage enc = EncodedImage.createFromImage(theme.getImage("i.png"), false); URLImage urlim = URLImage.createToStorage(enc, "test"+a.getId(), "http://127.0.0.1/armes_details_images/usp.png"); ImageViewer a1 = new ImageViewer(urlim);
Thank you for your help