Package custom_swing

Examples of custom_swing.JImgLabel


    menu.add(shop);
    menu.add(back);
    menu.add(new JLabel(""));
    menu.setOpaque(false);
   
    JImgLabel img = new JImgLabel("","./src/img/BG_Stone.png");
   
    this.add(menu);
    this.add(img);
   
    this.setOpaque(false);
View Full Code Here

TOP

Related Classes of custom_swing.JImgLabel

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.