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

Method createContents

desktop/src/main/java/org/microemu/app/Main.java:168–174  ·  view source on GitHub ↗
(Container parent)

Source from the content-addressed store, hash-verified

166 }
167
168 protected Component createContents(Container parent) {
169 devicePanel = new SwingDeviceComponent();
170 devicePanel.addKeyListener(devicePanel);
171 addKeyListener(devicePanel);
172
173 return devicePanel;
174 }
175
176 public static void setDeviceSize(DeviceDisplayImpl deviceDisplay, int width, int height) {
177 // move the soft buttons

Callers 1

MainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected