fix ConfigItems, especially regarding items
[fanfix.git] / src / be / nikiroo / utils / ui / ConfigItemInteger.java
index 06c903a01b75c025338b7ac15d75d030f7e3acf0..9b838a55125888a473d5700d8ad31dba28c6ae72 100644 (file)
@@ -47,7 +47,7 @@ class ConfigItemInteger<E extends Enum<E>> extends ConfigItem<E> {
        }
 
        @Override
-       protected JComponent createField(int item) {
+       protected JComponent createEmptyField(int item) {
                return new JSpinner();
        }
 }