FileDialog.setFilterNames

Sets the names that describe the filter extensions which the dialog will use to filter the files it shows to the argument, which may be null. <p> Each name is a user-friendly short description shown for its corresponding filter. The <code>names</code> array must be the same length as the <code>extensions</code> array. </p>

@param names the list of filter names, or null for no filter names

@see #setFilterExtensions

class FileDialog
void
setFilterNames
(
String[] names
)

Meta