private void pushButtonActionPerformed(java.awt.event.ActionEvent evt) { final int c=0; final JDialog d=new JDialog(); JLabel l=new JLabel(\"Enter the E
Just remove the final keyword from the declaration and continue your program. As final keyword means the value is unaltered.
final