Skip to content

Instantly share code, notes, and snippets.

@codenameone
Created February 14, 2016 21:07
Show Gist options
  • Save codenameone/20b6a17463152f90ebbb to your computer and use it in GitHub Desktop.
Save codenameone/20b6a17463152f90ebbb to your computer and use it in GitHub Desktop.
Trivial usage of the browser component in Codenmae One
Form hi = new Form("Browser", new BorderLayout());
BrowserComponent browser = new BrowserComponent();
browser.setURL("https://www.codenameone.com/");
hi.add(BorderLayout.CENTER, browser);
@codenameone
Copy link
Author

Sample usage of BrowserComponent.

From the Codename One project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment