Posted By:
Simon_Ablett
Posted On:
Wednesday, November 13, 2002 04:42 AM
What do you mean by 'using Java like X Windows' ? X is a low level API (actually it's a set of APIs: Xt and Xlib), written in C and which interfaces directly with the underlying operating system and hardware. You cannot achieve anything similiar in Java if that's what you are hoping (and why would you want to do it?). The whole point about Java is that it is OS independant.
Regards.