类 JTitlePanel

    • 字段详细资料

      • northPanel

        protected JPanel northPanel
      • label

        protected JLabel label
    • 构造器详细资料

      • JTitlePanel

        public JTitlePanel​(String title,
                           Icon icon,
                           JComponent content,
                           Border outerBorder)
        Constructs a titled panel.
        参数:
        title - the title
        content - the JComponent that contains the content
        outerBorder - the outer border
    • 方法详细资料

      • setTitle

        public void setTitle​(String label,
                             Icon icon)