Изменил(а) на 'FormBattleship.java'

This commit is contained in:
Zhelovanov_Dmitrii 2022-12-22 22:11:40 +04:00
parent c56ee336ef
commit 8573ebc9cd

View File

@ -99,7 +99,6 @@ public class FormBattleship extends JComponent {
statusPanel.add(rightButton);
statusPanel.add(downButton);
//getContentPane().add(this);
}
protected void paintComponent(Graphics g) {
super.paintComponent(g);