Fixed: #1622 Slow scrolling (search results, advanced settings and others)

This commit is contained in:
Jindra Petřík
2021-03-05 21:22:55 +01:00
parent a597625239
commit b08567de7a
31 changed files with 116 additions and 56 deletions
@@ -245,14 +245,14 @@ public class FontPanel extends JPanel {
private void initComponents() {
contentScrollPane = new JScrollPane();
contentScrollPane = new FasterScrollPane();
addCharsPanel = new JPanel();
fontParamsPanel = new JPanel();
fontNameIntagLabel = new JLabel();
JScrollPane fontDisplayNameScrollPane = new JScrollPane();
JScrollPane fontDisplayNameScrollPane = new FasterScrollPane();
fontNameTextArea = new JTextArea();
JLabel jLabel3 = new JLabel();
JScrollPane fontCopyrightScrollPane = new JScrollPane();
JScrollPane fontCopyrightScrollPane = new FasterScrollPane();
fontCopyrightTextArea = new JTextArea();
JLabel jLabel4 = new JLabel();
fontIsBoldCheckBox = new JCheckBox();
@@ -265,7 +265,7 @@ public class FontPanel extends JPanel {
JLabel jLabel8 = new JLabel();
fontLeadingLabel = new JLabel();
JLabel jLabel9 = new JLabel();
fontCharactersScrollPane = new JScrollPane();
fontCharactersScrollPane = new FasterScrollPane();
fontCharactersTextArea = new JTextArea();
JLabel fontCharsAddLabel = new JLabel();
fontAddCharactersField = new JTextField();