So I made this, it will be the class with the grahpics of my game. I don't know what I did wrong here? It is a red circle with a white X in beside of the public final int texts.
package com.mime.lifeless.graphics; public class Render { public final int width; public final int height; public final int[] pixels; }