Examples of XAnchor


Examples of next.i.view.widgets.XAnchor

    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
Copyright © 2018 www.massapi.com. 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.