Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,085

    Re: javax.swing.DefaultComboBoxModel@1a38598

    I'm not sure what the code does to get that String. If you want to get the contents of an object, you need to call some of its methods. The String you are seeing is returned by the object's...
  2. Replies
    3
    Views
    1,085

    Re: javax.swing.DefaultComboBoxModel@1a38598

    That looks like the String returned by a class's default toString() method. If you use a reference to an object where the compiler expects a String then the compiler generates a call to that...
Results 1 to 2 of 2