Hi there to day we talk about How to use html code inside of java code.
1. First Create New Project.
2. Create New jFrame and jLable .its Variable Name is lbl
3. Create new method name colome() and write down bellow code.
4. Call it NewJFrame load
public NewJFrame() { initComponents(); colome(); }
4.Run NewJFrame and Edit and test it