WHITE PAPERS  |  PRICING  |  DOWNLOADS

 

username

password

 

 

 

 

 

 

 

 

 

 

  Desktop Edition Details  

 

  > Features  

  > Key Benefits  

  > Screenshots  

  > Standards Supported  

  > Pricing  

  > Download Now

 

 

  Developer Resources  

 

  > API Documentation  

  > Developers Guide  

  > Code Examples  

  > Updated Builds  

  > Technical Articles  

 

 

 

 

 

Jump to:

General WebRenderer Functions

  WebRenderer example code base.

 

Advanced WebRenderer functions

 

Application test examples

 

Deploying WebRenderer

WebRenderer DOM

  

  

 

Using WebRenderer in JInternalFrames

 

 

 

 
Using WebRenderer in JInternalFrames

WebRenderer is compatible with the Swing JInternalFrame component. The WebRenderer IBrowserCanvas has a convienience method called enableJInternalFrame(JInternalFrame) that registers the JInternalFrame with WebRenderer. Incorrect Z-ordering is a thing of the past with WebRenderers enableJInternalFrame.

The key code in this example:

 

Download complete JInternalFrame example..

 

 

 

 

 

 

 

 

    //Creating the JInternalFrame
    JInternalFrame iframe = new JInternalFrame("WebRenderer", true, true, true, true);

    // Adding WebRenderer to the JInternalFrame - additional Swing components can be added to this JInternalFrame
    iframe.getContentPane().add(browser.getCanvas());

    // Function to ensure JInternalFrame is registered with WebRenderer
    browser.enableJInternalFrame(iframe);


  top

 

 

 Sun, Sun Microsystems, and the Sun Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries 

Privacy Policy  |   Disclaimer