Quote:
|
Originally Posted by B3TA_SCR1PT3R
ok is there anyway i can interface with windows or something along those lines, screw cross platform i just want a friggin transparent gui.(not transparent, but change the opacity to less than 100%), i know you can do it in C#, so is there a windows api i should look for?
|
I think the term you're looking for is "translucent." If you're wanting to write native code in Java, look into JNI. Alternatively, if you already know how to do it in C#, why not use C#? I mean, you'll be wriing native code anyway.