Skip to content

Commit db35adf

Browse files
committed
F Paintable.get
1 parent 5013d2d commit db35adf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

approvaltests-util/src/main/java/com/spun/swing/PaintablePanel.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ public void paint(Graphics g)
1717
{
1818
paintable.paint(g);
1919
}
20+
public P get()
21+
{
22+
return paintable;
23+
}
2024
}

0 commit comments

Comments
 (0)