I'm not sure what you're asking for. Are you asking that the display not have scrollbars and so be forced to fill exactly the JFrame dimensions? If so, how are you hoping to maintain proportions?
Sean
On Jan 21, 2013, at 8:48 AM, Daniel Gribel wrote:
> is there a way to auto resize a display that is attached to a JFrame, when
> the JFrame is resized?
>
> I want the display with the same size of the frame when its size is updated.
>
> Thanks
> -- Daniel