deal with compiler warnings inside js code

This commit is contained in:
benfry
2011-06-18 16:39:14 +00:00
parent 7d7db7d0d1
commit 9722907257
5 changed files with 5 additions and 24 deletions

View File

@@ -1,8 +1,5 @@
package processing.mode.javascript;
import java.awt.event.WindowEvent;
import java.awt.event.WindowAdapter;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;