Opening a new UNIX shell with Java

Hello. I am having a problem opening up a UNIX shell in my Java program. I have five internal frames in my program and need to open up a separate UNIX shell in each of them if at all possible. I am still fairly new to Java and I have found no way of doing this. Thanks.
[276 byte] By [lesnaubra] at [2007-11-27 6:28:12]
# 1
You mean you want a terminal emulator to magically appear inside a JComponent? Forget it!
georgemca at 2007-7-12 17:50:35 > top of Java-index,Java Essentials,New To Java...
# 2
http://forum.java.sun.com/thread.jspa?threadID=5180094&messageID=9699614#9699614
BIJ001a at 2007-7-12 17:50:35 > top of Java-index,Java Essentials,New To Java...