Skip to content

Commit

Permalink
comentario
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha1083 committed Feb 25, 2025
1 parent b7185e5 commit 398e5e1
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 42 deletions.
84 changes: 42 additions & 42 deletions .idea/artifacts/registrationForm_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/main/java/util/Menu.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public static JMenuBar getMenu(View view, JPanel previousPanel) {
infoMenu.add(helpMenuItem);
menuBar.add(infoMenu);

// Open the project's GitHub page
helpMenuItem.addActionListener((e) -> {
try {
String enlace = "https://github.com/Sacha1083/registrationForm";
Expand Down

0 comments on commit 398e5e1

Please sign in to comment.