XServer and Xnest

I have not been able to find much information on the topic yet so sorry if this question seems a little broad. I was wondering if there was a way to have an XServer or Xnest application run within a Java application maybe inside of a JFrame or JInternalFrame.

Thanks for any help in advance.

[304 byte] By [lesnaubra] at [2007-11-27 11:44:42]
# 1

You mean run an 'X' client inside an AWT container? No, I doubt that's possible. What for, anyway?

georgemca at 2007-7-29 17:57:21 > top of Java-index,Java Essentials,Java Programming...
# 2

There are a few applications I am working with that run inside of an Xclient such as XServer and XNest. I am developing a Java program that ideally will bring all of those applications together to make them easier to use by putting them inside of Java. Right now I have the Java program just launch those applications but it would be great if I could find a way to actually run the script to make the XClient exist inside of my Java application.

Any suggestions would be great. Thanks.

lesnaubra at 2007-7-29 17:57:21 > top of Java-index,Java Essentials,Java Programming...
# 3

How about VNC Viewer. Could that be run inside of a Java application or can anyone think of way for XClients like XNest and XServer to be run inside of a Java application?

lesnaubra at 2007-7-29 17:57:21 > top of Java-index,Java Essentials,Java Programming...