Here's my code:

import javax.swing.* ;

class Window extends JFrame

{
public static void main ( String[] args){
}
JPanel pnl = new JPanel() ;