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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -