mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 11:10:43 +00:00
Fixed: #1622 Slow scrolling (search results, advanced settings and others)
This commit is contained in:
@@ -105,7 +105,7 @@ public class LoadFromCacheFrame extends AppFrame {
|
||||
});
|
||||
cnt.setLayout(new BorderLayout());
|
||||
cnt.add(searchField, BorderLayout.NORTH);
|
||||
cnt.add(new JScrollPane(list), BorderLayout.CENTER);
|
||||
cnt.add(new FasterScrollPane(list), BorderLayout.CENTER);
|
||||
|
||||
JPanel bottomPanel = new JPanel();
|
||||
bottomPanel.setLayout(new BoxLayout(bottomPanel, BoxLayout.Y_AXIS));
|
||||
|
||||
Reference in New Issue
Block a user