Package nz.govt.natlib.meta.ui

Examples of nz.govt.natlib.meta.ui.HorizLineBorder


    this.getContentPane().add(titlePanel, BorderLayout.NORTH);
    this.getContentPane().add(jPanel1, BorderLayout.SOUTH);
    jPanel1.add(closeHelp, null);
    this.getContentPane().add(jPanel2, BorderLayout.CENTER);
    jPanel2.add(jScrollPane1, BorderLayout.CENTER);
    jPanel2.setBorder(new HorizLineBorder());
    jEditorPane1.setEditable(false);
    jScrollPane1.getViewport().add(jEditorPane1);

    HTMLEditorKit doc = new HTMLEditorKit();
    jEditorPane1.setEditorKit(doc);
View Full Code Here

TOP

Related Classes of nz.govt.natlib.meta.ui.HorizLineBorder

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.