Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ action
Method
action
src/test/Test_Event.java:370–374 ·
view source on GitHub ↗
(Event ae, Object s)
Source
from the content-addressed store, hash-verified
368
};
369
370
@Override
371
public
boolean action(Event ae, Object s) {
372
if
(logging)System.out.println(
"AWT action "
+ s +
" "
+ae);
373
return
false;
374
}
375
376
protected
JButton btnj;
377
protected
Button btn;
Callers
nothing calls this directly
Calls
1
println
Method · 0.65
Tested by
no test coverage detected