Package org.shiftone.jrat.ui.util

Examples of org.shiftone.jrat.ui.util.BrowserPanel


   * Method actionPerformed
   */
  public void actionPerformedInBackground(ActionEvent e) {

    URL url = LOADER.getResource(urlText);
    BrowserPanel browserPanel = new BrowserPanel(url);
    View view = viewContainer.createView(title);
    view.setBody(browserPanel);
    viewContainer.setCurrentView(view);
  }
View Full Code Here

TOP

Related Classes of org.shiftone.jrat.ui.util.BrowserPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.