PIbd-22. Shabunov O.A. Lab work 01 (Hard) #1

Closed
olshab wants to merge 6 commits from Lab1 into main
Showing only changes of commit e89ec6c1d7 - Show all commits

View File

@ -18,6 +18,9 @@ public class BomberForm extends JFrame
private void Draw()
{
if (_bomberRenderer == null)
return;
BufferedImage bmp = new BufferedImage(
BomberPictureBox.getWidth(),
BomberPictureBox.getHeight(),