it.tidalwave.javax.swing.plaf.FileChooserUI Maven / Gradle / Ivy
/***********************************************************************************************************************
* To change this template, choose Tools | Templates
* and open the template in the editor.
**********************************************************************************************************************/
package it.tidalwave.javax.swing.plaf;
import it.tidalwave.javax.swing.JFileChooser;
/***********************************************************************************************************************
*
* @author Fabrizio Giudici
* @version $Id: $
*
**********************************************************************************************************************/
public class FileChooserUI
{
public String getDialogTitle (JFileChooser fileChooser)
{
throw new RuntimeException("Stub!");
}
}