Re: Resizable photo panel?
That's what I meant by simple solution (manual resizing). [;)]You can accept that the dialog box showing the photo panel is resizable by callingin [font=courier new]displayView[/font] method.Code: Select all
dialog.setResizable(true);
I noticed that there is a minimum size depending on LookAndFeel and language chosen.But of course, you main have to pay more attention to the layout of the panel...