I am having a problem with limiting the size of my canvas.
I am setting it to be 576 by 1024, but it ends up being created wider than it needs to be.
Note: red area = the proper size of the canvas, orange = the actual size of the canvas.
https://dl.dropbox.com/u/41733151/canvas_problem.png
I am using setSize, setMinimumSize, setMaximumSize, and setPreferredSize, but it still shows the canvas as larger than it should be.
Thanks,
novasharp