Class ScreenInsets


  • public class ScreenInsets
    extends Object
    • Constructor Detail

      • ScreenInsets

        public ScreenInsets()
    • Method Detail

      • of

        public static Insets of​(int device,
                                int config)
        Remark: on Ubuntu: java.awt.Insets[top=24,left=49,bottom=0,right=0] on Fedora: java.awt.Insets[top=32,left=0,bottom=0,right=0]
        Parameters:
        device -
        config -
        Returns:
      • of

        public static Insets of​(int device)