Class JRibbonFrame

    • Constructor Detail

      • JRibbonFrame

        public JRibbonFrame()
                     throws HeadlessException
        Creates a new ribbon frame with no title.
        Throws:
        HeadlessException - If GraphicsEnvironment.isHeadless() returns true.
      • JRibbonFrame

        public JRibbonFrame​(GraphicsConfiguration gc)
        Creates a new ribbon frame with no title.
        Parameters:
        gc - Graphics configuration to use.
      • JRibbonFrame

        public JRibbonFrame​(String title)
                     throws HeadlessException
        Creates a new ribbon frame with the specified title.
        Parameters:
        title - Ribbon frame title.
        Throws:
        HeadlessException - If GraphicsEnvironment.isHeadless() returns true.
      • JRibbonFrame

        public JRibbonFrame​(String title,
                            GraphicsConfiguration gc)
        Creates a new ribbon frame with the specified title.
        Parameters:
        title - Ribbon frame title.
        gc - Graphics configuration to use.
        Throws:
        HeadlessException - If GraphicsEnvironment.isHeadless() returns true.