mirror of https://github.com/apache/poi.git
Make this compile for me.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@501314 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86c190f630
commit
5fdbf91301
|
@ -48,7 +48,7 @@ public class TestLine extends TestCase {
|
|||
* line styles
|
||||
*/
|
||||
line = new Line();
|
||||
line.setAnchor(new Rectangle(75, 200, 300, 0));
|
||||
line.setAnchor(new java.awt.Rectangle(75, 200, 300, 0));
|
||||
line.setLineStyle(Line.LINE_SIMPLE);
|
||||
line.setLineColor(Color.blue);
|
||||
slide.addShape(line);
|
||||
|
|
Loading…
Reference in New Issue