I'm using Java 7 and I need to know, if it is possible to find out which filter extension was selected... I know that in JavaFX 8.0 we have a proper method, but I must work on lower version. But I have no idea, how to find out which filter is chosen and save file with this extension.
Any ideas?