Package com.tulskiy.musique.gui.playlist

Examples of com.tulskiy.musique.gui.playlist.PlaylistPanel$TransferActionListener


    public MainWindow() {
        setIconImage(Images.loadImage("icon.png"));
        ControlPanel controlPanel = new ControlPanel();
        StatusBar statusBar = new StatusBar();
        playlistPanel = new PlaylistPanel();
        LyricsPanel lyricsPanel = new LyricsPanel();
        LibraryView libraryView = new LibraryView();
        JTabbedPane topLeftSide = new JTabbedPane();
        topLeftSide.add("Library", libraryView);
        topLeftSide.add("Lyrics", lyricsPanel);
View Full Code Here

TOP

Related Classes of com.tulskiy.musique.gui.playlist.PlaylistPanel$TransferActionListener

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.