Java applications
For a long time we couldn't easily use Java applications to open the default (for the operating system) editor application (like notepad in Windows Operating Systems for text files).
Using the java.awt.Desktop class you can easily launch the default browser (of your operating system) from Java applications.