Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ StartStopPanel
Interface
StartStopPanel
src/Graphwar/StartStopPanel.java:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
package
Graphwar;
19
20
public
interface
StartStopPanel
21
{
22
public
void
startPanel();
23
public
void
stopPanel();
24
}
Callers
5
setScreen
Method · 0.65
stop
Method · 0.65
setScreen
Method · 0.65
finishGameMessage
Method · 0.65
kickFromGame
Method · 0.65
Implementers
2
GameScreen
src/Graphwar/GameScreen.java
GlobalScreen
src/Graphwar/GlobalScreen.java
Calls
no outgoing calls
Tested by
no test coverage detected