I’m following Majoolwip’s 2D Java Game Engine tutorial on YouTube and I’m on part two.
I follow exactly what the tutorial describes but I’m getting errors. I get stuck at around 3:33.
private Jframe frame;
private BufferedImage image;
etc….
All of these have the error “cannot be resolved to a type
“, even after doing the auto import which the tutorial does. Sorry if this is an obvious thing, I’m new to Java development here.
New contributor
Felix Givens is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3