Hi,
I’m using glcanvas to implement a 2D graph with x- and y-axis and scales on the axis. The glcanvas is added to a JPanel which is added to a JFrame window.
I can increase and decrease the window in the horizontal direction and also increse it in the vertical direction such that the glcanvas is resized properly. However when I try to decrease the window in the vertical direction, the glcanvas is not resizing at all. I have no idea why this is happening. Does anybody have an idea?
BTW, my GLEventListener.reshape() method is empty.
/Amir