Alhamdulillah. This is a blog of all digital works by Mohd Anis Bin Azinan (Since 2008).
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.