VB.NET to Java equivelant please...

CryoEnix

Well-known member
Joined
Jan 11, 2003
Messages
93
Location
Wrexham, Wales
Hey guys, Im back with more irritating questions - once again, Ive run into a brick wall with my manual VB.NET to Java program ports. This time, Im trying to load an icon into a java object from a file - whether the icon is tied to the file in question (as in .exe files), or found through file associations (like the notepad icon on a .txt).

In VB.NET this can be accomplished with the straightforward GetIcon() method, but is there an equivelant method/class in Java?

Please help, or at least direct me to a good place to look on the net - google has finally failed me.
 
Back
Top