problemas llamando un metodo
hola tengo un problema en mi programa. estoy llamando a un metodo donde lanza una ecepcion
" interc()throws IOException " lo mando llamar de esta forma.
intercala.addActionListener(new ActionListener(){
public void actionPerformed(ActionEvent evento){
interc();}});
me dice
unreported exception java.io.IOException; must be caught or declared to be thrown
interc();}});
les agradaceria la ayuda
" interc()throws IOException " lo mando llamar de esta forma.
intercala.addActionListener(new ActionListener(){
public void actionPerformed(ActionEvent evento){
interc();}});
me dice
unreported exception java.io.IOException; must be caught or declared to be thrown
interc();}});
les agradaceria la ayuda