v1.3.0: textbox object in WndTextInput can now be accessed by subclasses
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user