Package gri.gui.files.browser

Examples of gri.gui.files.browser.InfoPanel


    lblIcon = new JLabel("", JLabel.CENTER);
    lblIcon.setPreferredSize(new Dimension(48,48));
    pnlIcon.add(lblIcon);

    pnlDetails = new TaskDetailsPanel();
    pnlInfo = new InfoPanel("", pnlDetails);

    add(pnlIcon);
    add(pnlInfo);
    add(Box.createVerticalGlue());
View Full Code Here

TOP

Related Classes of gri.gui.files.browser.InfoPanel

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.