Drop.java:19: cannot find symbol symbol : class RenderableBufferedImage location: class flakey.Drop protected static RenderableBufferedImage[] images = RenderableBufferedImageFactory.createTransformableVisualContentBufferedImages("blood.png", 9, 4);; ^ Mick.java:8: cannot find symbol symbol : class Renderable location: package visual.statik import visual.statik.Renderable; ^ Mick.java:25: cannot find symbol symbol : class RenderableBufferedImage location: class flakey.Mick private RenderableBufferedImage[][] images; ^ Mick.java:26: cannot find symbol symbol : class RenderableBufferedImage location: class flakey.Mick private RenderableBufferedImage[] tongues; ^ Mick.java:27: cannot find symbol symbol : class Renderable location: class flakey.Mick private Renderable streetlight, tree; ^ Mick.java:52: cannot find symbol symbol : class Renderable location: class flakey.Mick public Mick(Stage stage, Renderable tree, Renderable streetlight) ^ Mick.java:52: cannot find symbol symbol : class Renderable location: class flakey.Mick public Mick(Stage stage, Renderable tree, Renderable streetlight) ^ Mick.java:74: cannot find symbol symbol : class Renderable location: class flakey.Mick public Renderable createTransformedContent(AffineTransform at) ^ Pinecone.java:7: cannot find symbol symbol : class Renderable location: package visual.statik import visual.statik.Renderable; ^ Pinecone.java:27: cannot find symbol symbol : class Renderable location: class flakey.Pinecone public Pinecone(Renderable content) ^ Snowflake.java:8: cannot find symbol symbol : class Renderable location: package visual.statik import visual.statik.Renderable; ^ Snowflake.java:25: cannot find symbol symbol : class Renderable location: class flakey.Snowflake public Snowflake(Renderable content) ^ Drop.java:19: cannot find symbol symbol : variable RenderableBufferedImageFactory location: class flakey.Drop protected static RenderableBufferedImage[] images = RenderableBufferedImageFactory.createTransformableVisualContentBufferedImages("blood.png", 9, 4);; ^ Flakey.java:40: cannot find symbol symbol : class RenderableBufferedImage location: class flakey.Flakey RenderableBufferedImage cone, streetlight, temp, tree; ^ Flakey.java:52: cannot find symbol symbol : variable RenderableBufferedImageFactory location: class flakey.Flakey streetlight = RenderableBufferedImageFactory.createRenderableBufferedImage("streetlight.png", 4); ^ Flakey.java:57: cannot find symbol symbol : variable RenderableBufferedImageFactory location: class flakey.Flakey tree = RenderableBufferedImageFactory.createRenderableBufferedImage("tree.png", 4); ^ Flakey.java:68: non-static method createBufferedImages(java.lang.String,int,int) cannot be referenced from a static context flakes = ImageFactory.createBufferedImages("snowflakes.png", 8, 4); ^ Flakey.java:73: cannot find symbol symbol : variable RenderableBufferedImageFactory location: class flakey.Flakey temp = RenderableBufferedImageFactory.createRenderableBufferedImage(flakes[rng.nextInt(8)], 4); ^ Flakey.java:81: cannot find symbol symbol : variable RenderableBufferedImageFactory location: class flakey.Flakey cone = RenderableBufferedImageFactory.createRenderableBufferedImage("pinecone.png", 4); ^ Mick.java:64: cannot find symbol symbol : variable RenderableBufferedImageFactory location: class flakey.Mick images = RenderableBufferedImageFactory.createRenderableBufferedImages("mick.png", 2, 3, 4); ^ Mick.java:65: cannot find symbol symbol : variable RenderableBufferedImageFactory location: class flakey.Mick tongues = RenderableBufferedImageFactory.createRenderableBufferedImages("tongue.png", 2, 4); ^ Pinecone.java:68: cannot find symbol symbol : class Renderable location: class flakey.Pinecone Renderable transformed; ^ Snowflake.java:68: cannot find symbol symbol : class Renderable location: class flakey.Snowflake Renderable transformed; ^ 23 errors