All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gennbo.NBOFileAcceptor Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package org.gennbo;

public interface NBOFileAcceptor {

  String getDefaultFilterOption();
  
  void acceptFile(int mode, String dir, String name, String ext,
                  String labelText);
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy