jb1.addActionListener(new JFMain_jb1());改为
jb1.addActonListener(new ActionListener()
{
   pulbic void actionPerformed(ActionEvent event){
     jtf_Edit1.setText("asdf");
   }
}
试一下。