Package net.sf.jachievement.utils

Examples of net.sf.jachievement.utils.TransparentWindow


     * method.
     */
    @SuppressWarnings("unchecked")
    private void initComponents() {

        TransparentWindow bg = new TransparentWindow(this);
  bg.setLayout(new BorderLayout( ));

        panel = new AchievementPanel();
  panel.setOpaque(false);

  bg.add("Center",panel);
  getContentPane( ).add("Center",bg);
  pack( );
  setSize(364,60);
  setLocation(500,500);
    }
View Full Code Here

TOP

Related Classes of net.sf.jachievement.utils.TransparentWindow

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.