java beansbinding JButton.enabled
问题 I'm working with jdesktop's beansbinding library in Netbeans 7.3. I have a really specific question. I'd like to have a JButton enabled if any property of another bean is not null and disabled if it's null. So I tried to create an ELBinding (which has conditional support like ${myProperty > 50} returning a boolean holding whether this expression is true or not. But in my occasion I cannot figure out (nor find on the internet) how to write down this condition. If I had an event listener for