Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8116953

Make inset constants public

XMLWordPrintable

      There is the following code in com.oracle.javafx.authoring.stage.guides.MoveGuides:

          private static final double TOP_INSET = 14;
          private static final double BOTTOM_INSET = 14;
          private static final double LEFT_INSET = 14;
          private static final double RIGHT_INSET = 14;

      These constants are useful for testing so please make them public.

            yjoan Yves Joan (Inactive)
            mrkam Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: