Java Swing获取父宽度/高度。 [英] Java Swing get the parent width/height.

查看:349
本文介绍了Java Swing获取父宽度/高度。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,



如何在子类中获取父类的宽度或高度。

Hello,

How can I get the parent class width or height inside the sub class.

public class NewClass extends JScrollPane {
    public class PopUp extends JPopupMenu {
         public PopUp() {
              //How can I get the parent Class Width or Height inside the sub class.
              getWidth(); //this will get the width of PopUp Menu
         }
    }
}



谢谢


Thanks

推荐答案

参见 http://docs.oracle.com/javase/7/docs/api/java/awt/Component.html#getParent () [ ^ ]。


这篇关于Java Swing获取父宽度/高度。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆