.mp4
Desktop
Runtime
Desktop.getDesktop().open( file );
Runtime.getRuntime().exec( "cmd /c start " + file );
SwingUtilities.windowForComponent( panel );
Container c = toolbar; while ( c.getParent() != null ) { c = c.getParent(); } if ( c instanceof JFrame ) { //... }
JDialog
JFrame