How to open a frame in netbean by using it's name? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to open a frame in netbean by using it's name?

I have a jTextfield in a JFrame and Frame name will be put there and from that input I want to open that JFrame.

27th Apr 2018, 1:25 PM
Dev Hal
1 Answer
0
JFrame .setVisible( true);
27th Apr 2018, 8:11 PM
kukogho gabriel
kukogho gabriel - avatar