Package tcg.common.ui

Examples of tcg.common.ui.ResizedIcon



  private void initComponents() {

    setPreferredSize(new Dimension(getWidth(), 23));
    JLabel resizeIconLabel = new JLabel(new ResizedIcon());
    resizeIconLabel.setOpaque(false);
    JPanel rightPanel = new JPanel(new BorderLayout());
    rightPanel.setOpaque(false);
    rightPanel.add(resizeIconLabel, BorderLayout.SOUTH);
    this.add(rightPanel, BorderLayout.EAST);
View Full Code Here

TOP

Related Classes of tcg.common.ui.ResizedIcon

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.