Ignore:
Timestamp:
2005-10-08T17:14:54+02:00 (21 years ago)
Author:
imi
Message:
  • reverted to 14, but kept the global Projection.
  • improved the preference settings for projections.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/GBC.java

    r6 r16  
    4141        }
    4242       
     43        /**
     44         * Create the constraint for the last elements on a line and on a paragraph.
     45         * This is merely a shortcut for eol().insets(0,0,0,10)
     46         * @return A constraint which indicates the last item on a line.
     47         */
     48        public static GBC eop() {
     49                return eol().insets(0,0,0,10);
     50        }
     51
    4352        /**
    4453         * Try to fill both, horizontal and vertical
Note: See TracChangeset for help on using the changeset viewer.