We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236c68f commit 5e09e76Copy full SHA for 5e09e76
src/main/java/com/cleanroommc/modularui/widgets/textfield/IntegerFieldRenderer.java
@@ -1,11 +1,13 @@
1
package com.cleanroommc.modularui.widgets.textfield;
2
3
+import org.jetbrains.annotations.ApiStatus;
4
import org.jetbrains.annotations.NotNull;
5
6
import java.text.DecimalFormat;
7
import java.util.List;
8
import java.util.stream.Collectors;
9
10
+@ApiStatus.Experimental
11
class IntegerFieldRenderer extends TextFieldRenderer {
12
private static final DecimalFormat INTEGER_FIELD_FORMAT = new DecimalFormat("#");
13
0 commit comments