java - Wrap external program in JavaFX 2.0 application -
i use java se 7 , try build demo application learn new javafx 2.
i want implement "platform indepent" (unix / windows) ssh connection manager. dont want implement ssh client putty or terminal under linux/unix systems ubuntu.
i want use programs , want include in java application.
one use case be, create tabs multiple connections.
is there way include them , control e.g. focus, position etc...?
Comments
Post a Comment