Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
JTankTrouble
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
9831111
JTankTrouble
Commits
35c5300e
Commit
35c5300e
authored
Jul 22, 2020
by
9831111
🙂
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add signIn Action Listener.
parent
7c3ff4fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
LoginFrame.java
src/LoginFrame.java
+8
-1
No files found.
src/LoginFrame.java
View file @
35c5300e
...
...
@@ -61,7 +61,7 @@ public class LoginFrame extends JFrame {
add
(
buttonPanel
,
BorderLayout
.
SOUTH
);
// signUp.addActionListener(new SignUpAction());
//
signIn.addActionListener(new SignInAction());
signIn
.
addActionListener
(
new
SignInAction
());
}
...
...
@@ -103,6 +103,13 @@ public class LoginFrame extends JFrame {
}
}
class
SignInAction
implements
ActionListener
{
@Override
public
void
actionPerformed
(
ActionEvent
e
)
{
signInUser
();
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment