Is there any way to close the browser window after, say, a few minutes? I have been using the Eclipse SWT Browser widget, and with it I can close the window. SWT is mostly excellent, but it only supports IE so I am looking for an alternative.
cheers -- Rick
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is SWT doing this through native code or Java? I've considered tracking the Process object returned from Runtime.exec() and providing access to it through the API or a means to call destroy() on the Process. I recall reading that calling destroy on a process is not very reliable or recomended.
Jeff
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way to close the browser window after, say, a few minutes? I have been using the Eclipse SWT Browser widget, and with it I can close the window. SWT is mostly excellent, but it only supports IE so I am looking for an alternative.
cheers -- Rick
Hi Rick,
Is SWT doing this through native code or Java? I've considered tracking the Process object returned from Runtime.exec() and providing access to it through the API or a means to call destroy() on the Process. I recall reading that calling destroy on a process is not very reliable or recomended.
Jeff