
public class videotest {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
//		JFileChooser fc = new JFileChooser();
//		fc.setAcceptAllFileFilterUsed( false );
//		fc.setFileFilter( new VideoFileFilter() );
//		if (fc.showOpenDialog( Main.parent )==JFileChooser.APPROVE_OPTION)
//		{
//			VideoWindow w = new VideoWindow(fc.getSelectedFile());
//		}

	}

}
