Re: Resizable photo panel?

by Puybaret » Wed Feb 21, 2018 8:53 am

You can accept that the dialog box showing the photo panel is resizable by calling

Code: Select all

dialog.setResizable(true);
in [font=courier new]displayView[/font] method.
But of course, you main have to pay more attention to the layout of the panel...