MCPcopy Index your code
hub / github.com/AnthonyZabs/SimpleJavaLoginMD / mousePressed

Method mousePressed

src/com/login/Login.java:65–67  ·  view source on GitHub ↗
(java.awt.event.MouseEvent evt)

Source from the content-addressed store, hash-verified

63 });
64 header.addMouseListener(new java.awt.event.MouseAdapter() {
65 public void mousePressed(java.awt.event.MouseEvent evt) {
66 headerMousePressed(evt);
67 }
68 });
69
70 exitBtn.setBackground(new java.awt.Color(255, 255, 255));

Callers

nothing calls this directly

Calls 3

headerMousePressedMethod · 0.95
userTxtMousePressedMethod · 0.95
passTxtMousePressedMethod · 0.95

Tested by

no test coverage detected