A
asd
Hello all,
as I mentioned earlier I am doing a bean for home work.
I have a question about the behavior of the beans.
As I understand it, the dummy example below should work without any
problem.
class testing {
public int getASD() {
return 10;
}
public void setASD(int num) {
}
}
The code above is meaningless but I think it should work as a bean. The
ASD field should show up in the config panel.
The code above works perfect in NetBeans. I see the ASD field in the
control panel. When I change the ASD field it does not change.
When I add that code to BDK (beanbox?) the ASD field does not show up?
I wonder why? Am I doing something wrong or is there a bug in BDK?
Thank you so much for your time and efforts for answering my questions.
as I mentioned earlier I am doing a bean for home work.
I have a question about the behavior of the beans.
As I understand it, the dummy example below should work without any
problem.
class testing {
public int getASD() {
return 10;
}
public void setASD(int num) {
}
}
The code above is meaningless but I think it should work as a bean. The
ASD field should show up in the config panel.
The code above works perfect in NetBeans. I see the ASD field in the
control panel. When I change the ASD field it does not change.
When I add that code to BDK (beanbox?) the ASD field does not show up?
I wonder why? Am I doing something wrong or is there a bug in BDK?
Thank you so much for your time and efforts for answering my questions.