Skip to content

Commit

Permalink
20210919 add demo images
Browse files Browse the repository at this point in the history
  • Loading branch information
der3318 committed Sep 19, 2021
1 parent 6ce8c35 commit e96d80f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added imgs/decrypt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/encrypt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added libs/NOTUSED.txt
Empty file.
2 changes: 1 addition & 1 deletion src/main/java/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Constants {
public static final String QUESTION_2 = "question #2";
public static final String QUESTION_3 = "question #3";
public static final int QA_WIDTH = 10;
public static final int SECRET_TXT_ROW = 30;
public static final int SECRET_TXT_ROW = 25;
public static final int SECRET_TXT_COL = 60;
public static final String DECRYPT_DESC = "Decrypt";
public static final int DECRYPT_HEIGHT = 20;
Expand Down

0 comments on commit e96d80f

Please sign in to comment.