Class JSFrame


  • public class JSFrame
    extends JSComponent
    The javax.swing.JFrame clone
    Author:
    gianpiero.diblasi
    • Constructor Detail

      • JSFrame

        public JSFrame()
        Creates the object
    • Method Detail

      • setTitle

        public void setTitle​(java.lang.String title)
        Clone of javax.swing.JFrame.setTitle
        Parameters:
        title - The title
      • getContentPane

        public JSPanel getContentPane()
        Clone of javax.swing.JFrame.getContentPane
        Returns:
        The content pane