importjavax.swing.*;classKW{publicstaticvoidmain(Stringargs[]){JPanelp=newJPanel();JLabell1=newJLabel("Hello, World!");JLabell2=newJLabel("Welcome to Kodingwindow!");p.add(l1);p.add(l2);JFramef=newJFrame("Frame");f.setContentPane(p);f.setSize(300,300);f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);f.setVisible(true);}}
Dear User, Thank you for visitng KodingWindow. If you are interested in technical articles, latest technologies, and our journey further, please follow us on LinkedIn.