Those "properties" only exist on Windows, you know. And to get to them you must use some Windows control routines, stuff that is no way part of any standard Java library.
I, personally, would ignore them unless this is a true "must have".
There is a scriptable interface to them that is usable in ASP code (it's a COM object named "Shell.Application"), so if you are able to utilized ActiveX objects via Java, you could use it. It may be read-only though. I dunno.
Other than that, I'd assume there must be some Windows API. But no idea what it is.
|