我是 Eclipse 和 Swing 的新手。我想为我的程序使用一些数据绑定,并在这里看到 [ http://help.eclipse.org/juno/index.jsptopic=%2Forg.eclipse.wb.swing.doc.user%2Fhtml%2Ffeatures%2Fswing% 2Fdata_binding%2Findex.html][1]
为了使用 Swing 数据绑定 (JSR 295),您必须首先将 Swing 数据绑定 jar(例如 beansbinding-1.2.1.jar)添加到您的类路径中
我怎么做?我谷歌搜索不出来...