mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 07:10:46 +00:00
Fixed: #1622 Slow scrolling (search results, advanced settings and others)
This commit is contained in:
@@ -78,7 +78,7 @@ public class FilesChangedDialog extends AppDialog {
|
||||
cnt.add(label, BorderLayout.NORTH);
|
||||
filesList = new JList<String>(listModel);
|
||||
filesList.setBackground(Color.white);
|
||||
cnt.add(new JScrollPane(filesList), BorderLayout.CENTER);
|
||||
cnt.add(new FasterScrollPane(filesList), BorderLayout.CENTER);
|
||||
|
||||
JPanel panButtons = new JPanel(new FlowLayout());
|
||||
okButton.addActionListener(this::okButtonActionPerformed);
|
||||
|
||||
Reference in New Issue
Block a user