sventon subversion web client - http://www.sventon.org |
[show recent changes] | |
Rev: 13521 - svn://svn.freehep.org/svn / freehep / branches / jas-plotter-Reports / src / main / java / jas / plot / MovableObject.java |
Unified Diff View - MovableObject.java |
/freehep/branches/jas-plotter-Reports/src/main/java/jas/plot/MovableObject.java @ revision 13520 |
---|
/freehep/branches/jas-plotter-Reports/src/main/java/jas/plot/MovableObject.java @ revision 13521 |
@@ -349,7 +349,7 @@ * Returns whether or not the border is opaque. */ public boolean isBorderOpaque() { return false; } - private final static int thickness = 5; + private final static int thickness = 0; private final static Insets insets = new Insets(thickness, thickness, thickness, thickness); private final static int thick2 = thickness/2; private static Handle[] handles; |
sventon 2.5.1