File tree Expand file tree Collapse file tree
build/shared/tools/MovieMaker Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<project name =" Movie Maker Tool" default =" build" >
3-
4- <!--
5- Originally based on code from this post:
6- http://www.randelshofer.ch/blog/2010/10/writing-quicktime-movies-in-pure-java
7-
8- A more up-to-date version of the project seems to be here:
9- http://www.randelshofer.ch/monte/
10- If someone would like to help us update the encoder, that'd be great!
11-
12- Broken out as a separate project because the license probably isn't
13- compatible with the rest of Processing and we don't want any confusion.
14-
15- Added JAI ImageIO to support lots of other image file formats [131008].
16- -->
173
184 <target name =" clean" description =" Clean the build directories" >
195 <delete dir =" bin" />
Original file line number Diff line number Diff line change 88import javax .swing .JFileChooser ;
99
1010
11- public class Chooser {
11+ /** File chooser additions, cannibalized from PApplet. */
12+ class Chooser {
1213 static final boolean useNativeSelect = true ;
1314
1415
You can’t perform that action at this time.
0 commit comments