Skip to content
Snippets Groups Projects
Commit 8268af07 authored by LANTZ Nathan's avatar LANTZ Nathan
Browse files

Update Panel.java

parent b48faa18
Branches
No related tags found
No related merge requests found
...@@ -618,7 +618,7 @@ public class Panel implements ActionListener { ...@@ -618,7 +618,7 @@ public class Panel implements ActionListener {
public static void main(String[] args) { public static void main(String[] args) {
try { try {
Connection connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/mydb", "root", ""); Connection connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/mydb", "root", "root");
new Panel(connection); new Panel(connection);
} catch (SQLException e) { } catch (SQLException e) {
e.printStackTrace(); e.printStackTrace();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment