Package next.i.view.widgets

Examples of next.i.view.widgets.XImage


    XLabel headline = new XLabel("Headline Title", XLabelType.Header);
    XLabel text = new XLabel("Label text: Neque porro quisquam est qui dolorem ipsum "
        + "quia dolor sit amet, consectetur, adipisci velit...");

    XAnchor link = new XAnchor("Picture Original Link", "images/icons/earth.jpg", "_blank");
    XImage img1 = new XImage("images/icons/earth.jpg");

    panel.addWidgets(headline, text, link, img1);

    return panel;
  }
View Full Code Here

TOP

Related Classes of next.i.view.widgets.XImage

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.