Created
February 14, 2016 21:07
-
-
Save codenameone/20b6a17463152f90ebbb to your computer and use it in GitHub Desktop.
Trivial usage of the browser component in Codenmae 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("Browser", new BorderLayout()); | |
BrowserComponent browser = new BrowserComponent(); | |
browser.setURL("https://www.codenameone.com/"); | |
hi.add(BorderLayout.CENTER, browser); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample usage of BrowserComponent.
From the Codename One project