Class Selector_de_fichers

java.lang.Object
  extended by Selector_de_fichers
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class Selector_de_fichers
extends java.lang.Object
implements java.awt.event.ActionListener

Calse que implementa el selector de fitxers (JFileChooser) per agafar la ruta d'aquest

Author:
LUIS

Constructor Summary
Selector_de_fichers(javax.swing.JFrame frame)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Selector_de_fichers

public Selector_de_fichers(javax.swing.JFrame frame)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener