mirror of
https://github.com/macocianradu/javaGUItoolkit.git
synced 2026-03-19 06:00:04 +00:00
created location placer factory
made debugger changeable from outside the code made possible to add more converters Made changeable FPS in window
This commit is contained in:
@@ -7,4 +7,9 @@ public class IntegerConverter implements ConverterInterface<Integer> {
|
||||
content = content.replaceAll(" ", "");
|
||||
return Integer.parseInt(content);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Class<?> getConversionClass() {
|
||||
return Integer.class;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user