Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setContextMessage
Method
setContextMessage
code/src/java/pcgen/gui2/PCGenStatusBar.java:84–87 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
82
}
83
84
public
void
setContextMessage(String message)
85
{
86
messageLabel.setText(message);
87
}
88
89
public
String getContextMessage()
90
{
Callers
3
startShowingProgress
Method · 0.95
endShowingProgress
Method · 0.95
doInBackground
Method · 0.80
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected