mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 12:57:10 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -39,7 +39,7 @@ public class ConfigurationFileSelection extends JPanel {
|
||||
|
||||
private JTextField textField;
|
||||
|
||||
public ConfigurationFileSelection(ConfigurationItem item,ConfigurationFile confFile, String value, String description) {
|
||||
public ConfigurationFileSelection(ConfigurationItem item, ConfigurationFile confFile, String value, String description) {
|
||||
setLayout(new BorderLayout());
|
||||
|
||||
textField = new JTextField();
|
||||
@@ -89,7 +89,7 @@ public class ConfigurationFileSelection extends JPanel {
|
||||
return (String) config.get();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public String getValue() {
|
||||
return textField.getText();
|
||||
}
|
||||
@@ -97,7 +97,5 @@ public class ConfigurationFileSelection extends JPanel {
|
||||
public JTextField getTextField() {
|
||||
return textField;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user