4

Is there support for Java Swing to use 2 way binding like WPF?

If not, what might be the best way to achieve it?

Trott
  • 66,479
  • 23
  • 173
  • 212
hardywang
  • 4,864
  • 11
  • 65
  • 101
  • 1
    See also this [answer](http://stackoverflow.com/questions/7052174/is-there-an-easy-way-to-bind-a-swing-interface-with-a-data-source/7052833#7052833). – trashgod Aug 20 '11 at 02:40

1 Answers1

3

1) http://www.jgoodies.com/downloads/libraries.html

2) http://java.net/projects/beansbinding/

l_39217_l
  • 2,090
  • 1
  • 13
  • 15
  • 3
    http://kenai.com/projects/betterbeansbinding/pages/Home < betterbeansbinding might be better than beansbinding these days. – Chris Dennett Aug 19 '11 at 16:15
  • 1
    beansbinding is dead - successor (not much movement, though, though it's nearly as dead) is BetterBeansbinding at kenai - dont have the link handy, sorry – kleopatra Aug 19 '11 at 16:16
  • bbb seems to be here now too - http://code.google.com/p/betterbeansbinding/ - hasn't been updated in a while tho. – Andrew B Sep 05 '11 at 21:13