mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-19 07:18:33 +00:00
Fixed: #1622 Slow scrolling (search results, advanced settings and others)
This commit is contained in:
@@ -50,7 +50,7 @@ public final class BinaryPanel extends JPanel {
|
||||
super(new BorderLayout());
|
||||
this.mainPanel = mainPanel;
|
||||
|
||||
add(new JScrollPane(hexEditor), BorderLayout.CENTER);
|
||||
add(new FasterScrollPane(hexEditor), BorderLayout.CENTER);
|
||||
|
||||
JPanel bottomPanel = new JPanel(new BorderLayout());
|
||||
JPanel buttonsPanel = new JPanel(new FlowLayout());
|
||||
|
||||
Reference in New Issue
Block a user