I have a DoublyLinkedList with displayforward() function which displays the content of my list onto the console. I am using objects to call the displayforward() function from a Router.java file. DoublyLinkedList is another class contained in a separate file. I use ObjectOutputStream inorder to receive the objects.
How do i display the same content onto the TextArea of the Router front end?
