Package net.laubenberger.tyr.view

Examples of net.laubenberger.tyr.view.PanelXHtml


        + localizer.getValue(HelperResource.RES_ACTION_HELP));

    final JPanel panel = new Panel(new BorderLayout());
    panel.setBorder(BorderFactory.createEmptyBorder(10, 10, 5, 10));

    final PanelXHtml panelXHtml = new PanelXHtml(getClass().getClassLoader().getResource(
        localizer.getValue(HelperResource.RES_HTML_HELP)));
    panel.add(panelXHtml, BorderLayout.CENTER);

    final Group group = new Group(new Insets(0, 0, 0, 0), new Button(new ActionClose()));
    panel.add(group, BorderLayout.SOUTH);
View Full Code Here

TOP

Related Classes of net.laubenberger.tyr.view.PanelXHtml

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.