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

Method addComponentsReversed

src/Graphwar/MainMenuScreen.java:209–215  ·  view source on GitHub ↗
(JPanel panel, Stack<Component> components)

Source from the content-addressed store, hash-verified

207 }
208
209 private void addComponentsReversed(JPanel panel, Stack<Component> components)
210 {
211 while(components.empty() == false)
212 {
213 panel.add(components.pop());
214 }
215 }
216
217 private void showJoinGame(boolean s)
218 {

Callers 1

MainMenuScreenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected