JAVA问题!求解答
import…publicclassjcomboxmodeltestextendsjframe{jcomboboxjc=newjcombobox(newmycombobo...
import …
public class jcomboxmodeltest extends jframe{
jcombobox jc=new jcombobox(new mycombobox());
jlabel jl=new jlabel(“请选择证件”);
public jcimboxmodeltest(){
....省略非关键代码
cp.setlayout(new flowlayout());
cp.add(jl);
cp.add(jc);
}
...省略主方法
}
class mycombobox extends abstiactlistmodel implements comboboxmodel{
string selecteditem=null;
string[] test={"身份证","军人证"};
public object getelementat(int index){
return test[index];
}
public int getsize(){
return test.length;
}
public void setselectedltem(object item){
selecteditem=(string)item;
}
public object getselecteditem(){
return selecteditem;
}
...省略非关键代码
}
第一,我看public void setselectedltem(object item){
selecteditem=(string)item;
}
方法是对借口中的方法进行了重写吗?另外comboxmodel作为参数传入的时候是怎么执行了mycombobox,中的方法了呢?另外object item参数是由谁提供的呢,是什么。以及mycombobox中的方法对应是下拉框的具体哪个结构。
第一,我看public void setselectedltem(object item){
selecteditem=(string)item;
}
方法是对借口中的方法进行了重写吗?另外mycomboxmodel作为参数传入的时候是怎么执行了mycombobox,中的方法了呢?另外object item参数是由谁提供的呢,是什么。以及mycombobox中的方法对应是下拉框的具体哪个结构。 展开
public class jcomboxmodeltest extends jframe{
jcombobox jc=new jcombobox(new mycombobox());
jlabel jl=new jlabel(“请选择证件”);
public jcimboxmodeltest(){
....省略非关键代码
cp.setlayout(new flowlayout());
cp.add(jl);
cp.add(jc);
}
...省略主方法
}
class mycombobox extends abstiactlistmodel implements comboboxmodel{
string selecteditem=null;
string[] test={"身份证","军人证"};
public object getelementat(int index){
return test[index];
}
public int getsize(){
return test.length;
}
public void setselectedltem(object item){
selecteditem=(string)item;
}
public object getselecteditem(){
return selecteditem;
}
...省略非关键代码
}
第一,我看public void setselectedltem(object item){
selecteditem=(string)item;
}
方法是对借口中的方法进行了重写吗?另外comboxmodel作为参数传入的时候是怎么执行了mycombobox,中的方法了呢?另外object item参数是由谁提供的呢,是什么。以及mycombobox中的方法对应是下拉框的具体哪个结构。
第一,我看public void setselectedltem(object item){
selecteditem=(string)item;
}
方法是对借口中的方法进行了重写吗?另外mycomboxmodel作为参数传入的时候是怎么执行了mycombobox,中的方法了呢?另外object item参数是由谁提供的呢,是什么。以及mycombobox中的方法对应是下拉框的具体哪个结构。 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询