12. This line loads the contents of the JobList into the ExplorerPane. This method must be called explicitly to communicate to and load information from the AS/400.
This gives the application control over when the communication with the AS/400 will occur. With this you can:
- Load the contents before adding the pane to a frame. The frame does not appear until all the information is loaded (This example).
- Load the contents after adding the pane to a frame and displaying that frame. The frame appears with a "wait cursor" and the information is filled in as it is loaded.