Skip to content

Commit

Permalink
Performance improvement, update gitignore and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielwarner committed Jul 27, 2020
1 parent 4ad783d commit 53a6c30
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
*.class
*.jar
*.iml
.idea/
out/
1 change: 1 addition & 0 deletions GamePanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void run()

public static void main(String[] args)
{
System.setProperty("sun.java2d.opengl", "true");
JFrame frame = new JFrame();
frame.setResizable(false);
frame.setTitle("Blackjack");
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jar -cfm Blackjack.jar Manifest.txt *.class img cards
```
Or, you can download the executable JAR file <a href="https://mega.nz/#!NRskmZpL!EWvPFLckRaWAc6DpleuIzHXnHea09w2mPbWT4Gl0l6A">here</a>.

<img src="screenshot.jpg" width="800" height="622" />
<img src="screenshot.png" width="800" height="622" />
Binary file removed screenshot.jpg
Binary file not shown.
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53a6c30

Please sign in to comment.