Why when I do:
[quote]gameFrame.setPreferredSize(new Dimension(800, 600));
[/quote]
It gives me a frame about 10 pixels less on the left and the right
I have done setSize method as well to no prevail.
How can I fix this so the graphics component embedded in the JFrame is actually 800 x 600