errors::
1.you missed "." while importing
ex:import java.awt.*;
2.please check the parameters of setDefaultyCloseOperation
its DO_NOTHING_ON_CLOSE
3.parameter of actionPerformed()
its...