Don't know. But when I looked up ChangeListener, it said ChangeListener, not ChangeListener<T>, so maybe you are not supposed to make Change Listeners parametrised in the first place.
By the way: what does <T extends String> mean? String is a final class so you cannot make subclasses of it.
Hi. Thanks for both the answers.
I wasn't sure about which forum to place this In. I'll read the guidelines.
I know It's JavaFX but I thought If It's a beginner type question , It should still go In the
beginner's forum.
Yup, but many of the FX classes -- like ChangeListener -- have counterparts with the same name in AWT and/or Swing. This leads to confusion when FX questions are posted in teh core Java sections.
Have you got rid of the warning?
luck, db
There are no new questions, but there may be new answers.