Hi,
I have written a code, when it runs it loads an image and after getting image size it sets the size of the frame in the constructor.
But now i want to load image using FileDialog box and then update the frame size as well. But when i access frame using 'this' keyword the button's ActionListener does not recognize it. What should i do to access the frame attributes?
Thanks.