Skip to content

Commit

Permalink
Added JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bagarozzi committed Jul 7, 2024
1 parent 23e719e commit ce95efa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/java/it/unibo/bombardero/view/GameCard.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package it.unibo.bombardero.view;

import javax.swing.JButton;

import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Dimension;
Expand All @@ -21,8 +19,9 @@
*/
@SuppressWarnings("serial")
/**
* This class represents a JPanel containing a the view of some
* playable part of the game (e.g. guide, gameplay, sandbox... etc).
* This class represents a JPanel containing a the view of the main
* playable part of the game. It adds time displaying and personalized
* end game based on cases.
* @author Federico Bagattoni
*/
public final class GameCard extends GamePlayCard {
Expand Down

0 comments on commit ce95efa

Please sign in to comment.