We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6821b2 commit ec92a96Copy full SHA for ec92a96
1 file changed
src/de/littlerolf/sav/gui/SAVHistoryComponent.java
@@ -17,7 +17,7 @@ public class SAVHistoryComponent extends JComponent {
17
18
private static final long serialVersionUID = 1099284147258735099L;
19
20
- private static final int PLAYING_CARD_AMOUNT = 52;
+ public static final int PLAYING_CARD_AMOUNT = 52;
21
22
private BufferedImage[] cardImages;
23
{
0 commit comments