I have an array with multiple Grapics2D Objects and want to draw all of them in a Panel. Its not drawing anything. Does anyone know how to fix this?
for (Graphics2D g2d : models) {
myPanel.paint(g2d);
}
I have an array with multiple Grapics2D Objects and want to draw all of them in a Panel. Its not drawing anything. Does anyone know how to fix this?
for (Graphics2D g2d : models) {
myPanel.paint(g2d);
}