Re: Photo-video rendering plug-in

by enkonyito » Fri Feb 16, 2018 2:52 am

@Ceciliabr
Just a question: Is it possible to make the image-window wider, f.i. 600px wide? That would be really useful.
Here's how the image display is processed in the default photo panel.

Code: Select all

this.photoComponent = new ScaledImageComponent();
this.photoComponent.setPreferredSize(new Dimension(getToolkit().getScreenSize().width <= 1024 ? 320 : 400, 400));
To add additional options, I decreased the size of the image preview and since version 1.4 the size of the panel changes depending on the look and feel chosen.
Image

But to answer your question, yes it is possible to increase the size of the image preview.
Image