Class OpenFileContainer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class OpenFileContainer extends JPanel
Version:
13/07/2007
See Also:
  • Constructor Details

    • OpenFileContainer

      public OpenFileContainer()
    • OpenFileContainer

      public OpenFileContainer(boolean border)
    • OpenFileContainer

      public OpenFileContainer(int WIDTH, int HEIGHT, boolean isButtonVisible)
      Constructor
      Parameters:
      WIDTH - Window width
      HEIGHT - Window height
      isButtonVisible - If the open button is visible
  • Method Details

    • getTOpen

      public JTextField getTOpen()
      This method initializes jTextField
      Returns:
      javax.swing.JTextField
    • setComponentSize

      public void setComponentSize(int w, int h)
      Pone el texto que le pasamos como texto del borde del panel.
      Parameters:
      text -
    • getFile

      public File getFile()
      Devuelve el file cuya ruta corresponde con el campo de texto.
      Returns: