Annotation Type InitialSize


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface InitialSize
    Used to indicate a preferred size for a newly created component.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int height  
      int width  
    • Element Detail

      • width

        int width
      • height

        int height