Package net.charliemeyer.jpowerhour.gui.panels

Examples of net.charliemeyer.jpowerhour.gui.panels.SongListPanel


    frame.addWindowListener(this);
   
    panel = new JPanel();
    Dimension dim = new Dimension(GUI_WIDTH, GUI_HEIGHT);
   
    songListPanel = new SongListPanel(this);
   
    lowerButtonPanel = new LowerButtonPanel(this);
   
    upperStatusPanel = new UpperStatusPanel(this);
   
View Full Code Here

TOP

Related Classes of net.charliemeyer.jpowerhour.gui.panels.SongListPanel

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.