Java and other applications
Is there a way to insert other applications into Java? Basically I'm trying to do something similar to a tabbed web browser, but with different applications instead of web content. The applications are not web based so I know I can't just create a HTML text area. Thanks for any response.
[301 byte] By [
evenflow58] at [2007-11-11 7:35:36]

# 1 Re: Java and other applications
You cannot contain other applications inside a Java window. Not unless you created those other apps in java yourself.
# 2 Re: Java and other applications
Yeah, that's what I thought. Thanks for the info though.