Package echopointng

Examples of echopointng.DirectHtml


        lblUserName = new Label();
        grdMain.add(lblUserName);
       
        GridLayoutData JbsGridLayout = new GridLayoutData();
        JbsGridLayout.setAlignment(Alignment.ALIGN_RIGHT);
        DirectHtml html = new DirectHtml("<a href=\"http://www.gs-networks.de\" target=\"_blank\" style=\"color: #000000;\">gs-networks</a>");
        html.setLayoutData(JbsGridLayout);
        //grdMain.add(html);
       
        JbsButton btnLogout = new JbsButton("Logout");
        //btnLogout.setStyleName("LogoutButton");
        btnLogout.addActionListener(new ActionListener() {
View Full Code Here

TOP

Related Classes of echopointng.DirectHtml

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.