Package jmri.util
Class JmriInsets
- java.lang.Object
-
- jmri.util.JmriInsets
-
public class JmriInsets extends java.lang.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 Summary
Constructors Constructor Description JmriInsets()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.Insets
getInsets()
Creates a new instance of JmriInsets
-
-
-
Constructor Detail
-
JmriInsets
public JmriInsets()
-
-
Method Detail
-
getInsets
public static java.awt.Insets getInsets()
Creates a new instance of JmriInsets- Returns:
- the new instance
-
-