mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 13:52:19 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -48,9 +48,15 @@ public class QuickFindPanel extends JPanel {
|
||||
|
||||
public JTextField findTextField;
|
||||
|
||||
public JButton prevButton, nextButton;
|
||||
public JButton prevButton;
|
||||
|
||||
public JButton nextButton;
|
||||
|
||||
public JCheckBox ignoreCaseCheckbox, regExpCheckbox, wrapCheckbox;
|
||||
public JCheckBox ignoreCaseCheckbox;
|
||||
|
||||
public JCheckBox regExpCheckbox;
|
||||
|
||||
public JCheckBox wrapCheckbox;
|
||||
|
||||
public JLabel statusLabel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user