Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Rendering the cells of JComboBox in Java

    That's not an MCVE. Why do you have two different model classes? Why do you need them at all? What does this code do? I'm pretty confused about what your actual question is.
  2. [SOLVED] Re: Rendering the cells of JComboBox in Java

    Why does there have to be a custom model?

    Please post an MCVE showing what you've tried so far.
  3. [SOLVED] Re: Rendering the cells of JComboBox in Java

    You would do it almost the exact same way, just use a ListCellRenderer. What have you tried? Have you looked at the API or tutorials at all?

    You could also just override the toString() method in...
Results 1 to 3 of 3