get styles to work properly, other cleanups

This commit is contained in:
Ben Fry
2016-08-06 15:48:55 -04:00
parent 149fda3d37
commit ff56953060
4 changed files with 9 additions and 7 deletions

View File

@@ -106,8 +106,6 @@ public class JavaEditor extends Editor {
box.add(textAndError);
*/
getPdeTextArea().setMode(jmode);
preprocessingService = new PreprocessingService(this);
pdex = new PDEX(this, preprocessingService);