mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 10:58:22 +00:00
#841 Loop control for sound preview
This commit is contained in:
@@ -395,6 +395,7 @@ public class PreviewPanel extends JSplitPane implements ActionListener {
|
||||
|
||||
JPanel previewCnt = new JPanel(new BorderLayout());
|
||||
imagePanel = new ImagePanel();
|
||||
imagePanel.setLoop(Configuration.loopMedia.get());
|
||||
previewCnt.add(imagePanel, BorderLayout.CENTER);
|
||||
previewCnt.add(imagePlayControls = new PlayerControls(mainPanel, imagePanel), BorderLayout.SOUTH);
|
||||
imagePlayControls.setMedia(imagePanel);
|
||||
|
||||
Reference in New Issue
Block a user