Am here again.
This code snippet brought me back.
A mouse lick on the label executes the actionEvent, however several clicks on the textfield does nothing.
I need the event in the code below to execute on click of the textfield.
Please patiently review the code and assist detect where am wrong.
Once this is out of the way, I will use the Validator class you introduced to me, to validate data input in the textfield.
TextComponent loadMe=new TextComponent().text("A20145235")
.hint("A20145235")
.label("Part No.")
.multiline(false);
loadMe.getField().addActionListener((e) ->{
});