I have an array of files -
File[] files = new File[9]
The files extensions are ".lnk" (Windows shortcut files) and I'm wondering how to extract the Image (The actual executable icon that you see in windows explorer...) from each file to set it to a JLabel
? Can anyone help me please?
Ive googled and stacked my overflows but I can only find C# or C++ examples or java examples on setting the icon :/
Thanks