Changeset 16 in josm for src/org/openstreetmap/josm/gui/GBC.java
- Timestamp:
- 2005-10-08T17:14:54+02:00 (21 years ago)
- File:
-
- 1 edited
-
src/org/openstreetmap/josm/gui/GBC.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/gui/GBC.java
r6 r16 41 41 } 42 42 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 43 52 /** 44 53 * Try to fill both, horizontal and vertical
Note:
See TracChangeset
for help on using the changeset viewer.
