the constructor....is undefined错误怎么解决? 30

publicclassmytry2d2extendsJFrame{publicmytry2d2(){.....}publicvoidshowSatBrowserInter... public class mytry2d2 extends JFrame{
public mytry2d2() {
.....
}
public void showSatBrowserInternalFrame(){
JInternalFrame iframe = new JSatBrowserInternalFrame(this, this);//这个有错误,显示The constructor JSatBrowserInternalFrame(mytry2d2, mytry2d2) is undefined

iframe.setSize(261,450);
iframe.setLocation(5,5);

iframe.addInternalFrameListener(this);//这显示的错误是The method addInternalFrameListener(InternalFrameListener) in the type JInternalFrame is not applicable for the arguments (mytry2d2)

iframe.setVisible(true);
mainDesktopPane.add(iframe);
try
{
iframe.setSelected(true);
}
catch (java.beans.PropertyVetoException e)
{}
}

}

问题是方法public JSatBrowserInternalFrame(java.awt.Frame parent, JSatTrak app){
........
}
已经在另一个JSatBrowserInternalFrame类里面定义好了,为什么不能直接在这个类里用呢?
展开
 我来答
朝阳星
2010-03-17 · 超过10用户采纳过TA的回答
知道答主
回答量:44
采纳率:0%
帮助的人:22.1万
展开全部
public JSatBrowserInternalFrame(java.awt.Frame parent, JSatTrak app)这个方法有2个参数,而你调用时只有前一个参数,所以错误了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
大雅新科技有限公司
2024-11-19 广告
这方面更多更全面的信息其实可以找下大雅新。深圳市大雅新科技有限公司从事KVM延长器,DVI延长器,USB延长器,键盘鼠标延长器,双绞线视频传输器,VGA视频双绞线传输器,VGA延长器,VGA视频延长器,DVI KVM 切换器等,优质供应商,... 点击进入详情页
本回答由大雅新科技有限公司提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式