Okay, basically i'm using an object to get some ints to print out but it won't update...

GameLoader Class (extends jframe)

public void paint(Graphics g) {
Graphics2D g2 = (Graphics2D) g;
...