MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / updateDevice

Method updateDevice

desktop/src/main/java/org/microemu/app/Main.java:202–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 }
201
202 protected void updateDevice() {
203 devicePanel.init();
204
205 pack();
206
207 setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
208 setLocationRelativeTo(null);
209 setVisible(true);
210 devicePanel.requestFocus();
211 }
212
213 public static void main(String args[]) {
214 List params = new ArrayList();

Callers 1

MainMethod · 0.95

Calls 2

setVisibleMethod · 0.80
initMethod · 0.65

Tested by

no test coverage detected