Skip to content

Commit dec33ff

Browse files
committed
more cleanups and fixes for the Movie Maker
1 parent 976c0fa commit dec33ff

3 files changed

Lines changed: 267 additions & 295 deletions

File tree

build/shared/tools/MovieMaker/build.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
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" />

build/shared/tools/MovieMaker/src/processing/app/tools/Chooser.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
import 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

0 commit comments

Comments
 (0)