util

Clone or download

minor refactoring

Modified Files

--- 'a/src/main/java/com/stream_pi/util/uihelper/HBoxInputBoxWithFileChooser.java'
+++ b/src/main/java/com/stream_pi/util/uihelper/HBoxInputBoxWithFileChooser.java
@@ -47,8 +47,6 @@ public class HBoxInputBoxWithFileChooser
Button button = new Button();
FontIcon fontIcon = new FontIcon("far-folder");
- //fontIcon.setIconColor(Paint.valueOf(iconColorHex));
- //fontIcon.setIconSize(iconSize);
button.setGraphic(fontIcon);
button.setOnAction(event -> {