Package uk.co.caprica.vlcj.component

Examples of uk.co.caprica.vlcj.component.EmbeddedMediaListPlayerComponent


     * Create a new test.
     */
    private BasicEmbeddedMediaListPlayerComponentTest() {
        JFrame frame = new JFrame("vlcj Media Player Component Test");

        mediaListPlayerComponent = new EmbeddedMediaListPlayerComponent();
        frame.setContentPane(mediaListPlayerComponent);

        frame.setLocation(100, 100);
        frame.setSize(1050, 600);
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
View Full Code Here

TOP

Related Classes of uk.co.caprica.vlcj.component.EmbeddedMediaListPlayerComponent

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.