|
From: Mark R. D. <mdi...@la...> - 2003-03-01 17:06:52
|
I'm struggling with how Property Widgets get disabled / enabled in the
absence of "setter methods"? I've included a
public void setEnabled(boolean b) {
table.setEnabled(b);
add.setEnabled(b);
remove.setEnabled(b);
}
To enable/disable editing/adding/removing values from the table widget I
wrote. But when it comes up in the SettingsFrame, no matter if there's a
"setter" method or not for that property, its enabled. Am I missing
something?
-Mark
|