Den 14.06.2011 22:49, skrev Roger L. Whitcomb:
Maybe TabPane should be testing:
         if (!previousTabData.equals(tabData))
instead of using "=="??


It would have to do null-checks, or switch to if (!tabData.equals(previousTabData)), but even then, ButtonData would need an equals() method. If the equals() method checked the text and userData properties (and skip the Image) that would work :)

-- Edvin

Reply via email to