Re: Photo-video rendering plug-in
Here's how the image display is processed in the default photo panel.Just a question: Is it possible to make the image-window wider, f.i. 600px wide? That would be really useful.
Code: Select all
this.photoComponent = new ScaledImageComponent();
this.photoComponent.setPreferredSize(new Dimension(getToolkit().getScreenSize().width <= 1024 ? 320 : 400, 400));