Package jmri.util

Class JmriInsets

java.lang.Object
jmri.util.JmriInsets

public class JmriInsets extends Object
This class attempts to retrieve the screen insets for all operating systems.

The standard insets command fails on Linux - this class attempts to rectify that.

Borrows heavily from the Linsets class created by: A. Tres Finocchiaro

  • Constructor Details

  • Method Details

    • getInsets

      public static Insets getInsets()
      Creates a new instance of JmriInsets
      Returns:
      the new instance