The XdevBrowserFramew is a container for integrating web content. The web content must be placed in the Resources as a file. Specifying a URL is also possible. All formats that the browser can display are supported as formats for images.

  1. In Project Management > Resources > images, add an image file from your file manager with drag and drop, e.g. RapidClipseLogo.jpg. 
  2. Add an XdevImage in the GUI Builder.
  3. In Properties > Source, click on...
  4. In the following wizard, select the image file in File >WebContent >WEB-INF >Resources >Images.
  5. Click OK
Important properties:
Examples:


this.browserFrame.setSource(new ExternalResource("https://account.xdev.cloud"));



All XdevBrowserFrame Methods