MainPanel prototype
This commit is contained in:
@@ -61,7 +61,7 @@ public class PuckPanel extends DevicePanel {
|
||||
if ((size.width > 10) && (size.height > 10)) {
|
||||
int border = 5;
|
||||
Rectangle plotRect = new Rectangle(border, border, size.width - 2*border, size.height - 2*border);
|
||||
getDevice().draw(g2d, plotRect, true, false, null);
|
||||
getDevice().draw(g2d, plotRect, true, false, true, null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user