When loading a previous Frysk session which was observing a process group, some of which with multiple child processes (i.e. - bash), we would like to be able to select which children to take to the MainWindow. This way, if a previous session watching 5 bash processes is loaded on a machine running 1000, we can avoid (optionally) the default behaviour of taking in all 1000 bashes.
Log message: 2006-07-24 Mike Cvet <mcvet@redhat.com> * sessions/DebugProcess.java (populateProcs): Now explicitly calls methods for the itemAdded and itemRemoved operations, and adding observers to the processes added to the main list. (addRemoveObservers): Added. (addProcs): Added. (addProcsMinusObserver): Added - adds procs to the main list without the observers. (addObservers): Added - explicitly adds observers to the processes in the process list. * sessions/ProcessPicker.java (checkSession): Adds processes to the process list without adding observers...yet. (pickProcs): Adds observers to the remaining selected processes after the fact. Putting the processPicker back in.