Is there something wrong with Swing's MVC implementation for JList?

后端 未结 7 1144
野性不改
野性不改 2020-12-11 16:08

Some time ago I asked this question. All solutions are workarounds.

Now this can\'t be. I feel that something is wrong here, but I can\'t tell if it is Swing\'s MVC

7条回答
  •  离开以前
    2020-12-11 16:37

    Typically the way a listener works is it will "go off" every time the event that it is waiting for occurs. If I had to speculate it is a misunderstanding from your side of things.

提交回复
热议问题