extensions
Pairs of file type descriptions and file extensions. Each pair comprises a description (String) and a spec (String) with comma separated file extensions.
e.g. one item of this list may be :
Pair("C Source code", "c,cpp,h" ) )
Content copied to clipboard
NOTE. Currently only the "spec" (the second part of the pair) is used, and the descriptions are ignored. Version 3.3.1 of LWJGL does not support the description, but later versions do. However, I've chosen not to use the later versions (yet) because the API is IMHO, badly screwed up!