What is the name of the method that alloows you to have a reference of the container of the JFrame? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the name of the method that alloows you to have a reference of the container of the JFrame?

9th Apr 2020, 4:02 PM
Adham Empire
Adham Empire - avatar
2 Answers
+ 1
JFrame tFrame = (JFrame) SwingUtilities.getWindowAncestor(this);
9th Apr 2020, 6:27 PM
Jayakrishna 🇮🇳
0
Swing library
9th Apr 2020, 5:45 PM
VIPIN MEGHWAL
VIPIN MEGHWAL - avatar