AF
Class VentanaAF

java.lang.Object
  extended by AF.VentanaAF

public class VentanaAF
extends java.lang.Object

Clase que implementa la ventana en la que se muestra la representacion grafica de un automata

Version:
Revision 1.1.0, 21/03/07
Author:
Jesus Vilares ( jvilares@udc.es), Miguel A. Molinero

Constructor Summary
VentanaAF()
           
 
Method Summary
protected  void createAndShowGUI(java.lang.String fpic)
          Create the GUI and show it.
protected  javax.swing.ImageIcon createImageIcon(java.lang.String path)
          Returns an ImageIcon, or null if the path was invalid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VentanaAF

public VentanaAF()
Method Detail

createImageIcon

protected javax.swing.ImageIcon createImageIcon(java.lang.String path)
Returns an ImageIcon, or null if the path was invalid.

Parameters:
path - Path al fichero de imagen a mostrar
Returns:
ImageIcon, or null if the path was invalid.

createAndShowGUI

protected void createAndShowGUI(java.lang.String fpic)
Create the GUI and show it. For thread safety, this method should be invoked from the event-dispatching thread.

Parameters:
fpic - Path al fichero de imagen a mostrar