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

Method run

src/Graphwar/MainMenuScreen.java:224–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222 new Runnable()
223 {
224 public void run()
225 {
226 nameFieldJoin.setVisible(show);
227 portFieldJoin.setVisible(show);
228 ipFieldJoin.setVisible(show);
229 yesButtonJoin.setVisible(show);
230 noButtonJoin.setVisible(show);
231 joinVisible = show;
232
233 for(int i=0; i<backgroundsJoin.length; i++)
234 {
235 backgroundsJoin[i].setVisible(show);
236 }
237
238 portFieldJoin.setText(Constants.DEFAULT_PORT+"");
239 }
240 }
241 );
242 }

Callers

nothing calls this directly

Calls 1

setVisibleMethod · 0.80

Tested by

no test coverage detected