What is JFrame ???

JFrame is a part of Java API (Application Programming Interface). It located in javax.swing class hierarchy. This is why, when you want to use it, you need to import it like this :
import javax.swing.JFrame;
It is use to create window in java.

RELAXING NATURE VIDEO