Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Re: Overriding Object's toString() method outside of their class

    Here is a simple, generalized, undocumented wrapper class that I just improvised which demonstrates using a wrapper class to allow different String's to be returned by the toString method depending...
  2. Re: Overriding Object's toString() method outside of their class

    Any reason why you can't just create a wrapper class which wraps the Object of interest and returns the appropriate String value for the JTree, then add these to the JTree?
Results 1 to 2 of 2