From a3ff124499339096c8e840c5965ffd50343bd151 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 20 Jun 2021 20:11:21 -0400 Subject: [PATCH] more tweaks for Eclipse complaints and moving JFX out of core --- app/.classpath | 1 - core/.classpath | 2 -- core/src/processing/awt/PImageAWT.java | 1 + 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/.classpath b/app/.classpath index df37d3bba..4c46d2fcc 100644 --- a/app/.classpath +++ b/app/.classpath @@ -11,7 +11,6 @@ - diff --git a/core/.classpath b/core/.classpath index e8525451f..abeadbeb0 100644 --- a/core/.classpath +++ b/core/.classpath @@ -8,8 +8,6 @@ - - diff --git a/core/src/processing/awt/PImageAWT.java b/core/src/processing/awt/PImageAWT.java index a01b65742..801069567 100644 --- a/core/src/processing/awt/PImageAWT.java +++ b/core/src/processing/awt/PImageAWT.java @@ -105,6 +105,7 @@ public class PImageAWT extends PImage { * written in a cross-platform fashion for desktop, Android, and others. * This is still included for PGraphics objects, which may need the image. */ + @Override public Image getImage() { // ignore return (Image) getNative(); }