public static void openFile() throws IOException{
Runtime.getRuntime().exec("rundll32 url.dll, FileProtocolHandler " +
"E:\\Images\\50 Shiny Beautiful Wallpapers 1920 X 1200\\Shiny (2).jpg"); }
Ở phương thức openLocation() có "C:\\" chính là đường dẫn đến thư mục chứa file. Còn openFile() có "E:\\Images\\50 Shiny Beautiful Wallpapers 1920 X 1200\\Shiny (2).jpg" là đường dẫn file cần mở.