Created
February 14, 2016 07:47
-
-
Save codenameone/350a58254aa8b6f9f661 to your computer and use it in GitHub Desktop.
The simple usage of ImageViewer from Codename One
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Form hi = new Form("ImageViewer", new BorderLayout()); | |
ImageViewer iv = new ImageViewer(duke); | |
hi.add(BorderLayout.CENTER, iv); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample usage of the ImageViewer class.
From the Codename One project