Interface FileBrowser.Skin

    • Method Detail

      • getFileAt

        java.io.File getFileAt​(int x,
                               int y)
        Get the file selection at the given X/Y coordinates.
        Parameters:
        x - The mouse X-position.
        y - The mouse Y-position.
        Returns:
        The file displayed at the given coordinates.