v1.3.0: textbox object in WndTextInput can now be accessed by subclasses

This commit is contained in:
Evan Debenham
2022-06-27 13:47:51 -04:00
parent 9a2fe8b835
commit 5e0077ba01

View File

@@ -36,7 +36,7 @@ public class WndTextInput extends Window {
private static final int MARGIN = 2;
private static final int BUTTON_HEIGHT = 16;
private TextInput textBox;
protected TextInput textBox;
public WndTextInput(final String title, final String body, final String initialValue, final int maxLength,
final boolean multiLine, final String posTxt, final String negTxt) {