We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, how can I remove a G4P textfield from the Screen? I just want it to be removed if I don't need it. Is that possible?
Yes it is possible but it is simpler and safer to make it invisible
textfield.setVisible(false);
Thank you! And how would I add a border around the TextField (stroke)?
Answers
Yes it is possible but it is simpler and safer to make it invisible
textfield.setVisible(false);
Thank you! And how would I add a border around the TextField (stroke)?