Skip to content

Commit

Permalink
button renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanakdeniz committed Nov 4, 2018
1 parent 8ce0f61 commit 8080382
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified screenshots/error.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 modified screenshots/success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/checksum/Gui.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private void elementsInit() {
successColor = new Color(140, 255, 102);
defaultColor = new Color(204, 204, 255);

fileButton = new JButton("File Button");
fileButton = new JButton("Choose File");
fileButton.setFocusPainted(false);
fileButton.setBackground(Color.ORANGE);
fileButton.setFont(fontButton);
Expand Down

0 comments on commit 8080382

Please sign in to comment.