We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b998b81 commit 01876dcCopy full SHA for 01876dc
1 file changed
src/section4/DragonFight.java
@@ -5,7 +5,7 @@
5
import javax.swing.ImageIcon;
6
7
public class DragonFight {
8
- // 1. Create a main method and put all of the code below inside of it
+ // 1. Put all of the game code inside the main bethod (below)
9
public static void main(String[] args) {
10
11
ImageIcon dragon = new ImageIcon("src/section4/dragonPicture.jpg");
0 commit comments