MCPcopy Create free account
hub / github.com/catabriga/graphwar / showJoinGlobal

Method showJoinGlobal

src/Graphwar/MainMenuScreen.java:270–291  ·  view source on GitHub ↗
(boolean s)

Source from the content-addressed store, hash-verified

268 }
269
270 private void showJoinGlobal(boolean s)
271 {
272 final boolean show = s;
273
274 SwingUtilities.invokeLater(
275 new Runnable()
276 {
277 public void run()
278 {
279 nameFieldGlobal.setVisible(show);
280 yesButtonGlobal.setVisible(show);
281 noButtonGlobal.setVisible(show);
282 joinGlobalVisible = show;
283
284 for(int i=0; i<backgroundsGlobal.length; i++)
285 {
286 backgroundsGlobal[i].setVisible(show);
287 }
288 }
289 }
290 );
291 }
292
293 public void showMessage(String message)
294 {

Callers 2

MainMenuScreenMethod · 0.95
actionPerformedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected