this.app = app;
this.device = device;
this.log = Logger.getLogger(DeviceFrame.class.getName() + ":" + device.getName());
log.debug(String.format("DeviceFrame(device=%s)", device));
Settings cfg = app.getSettings();
setScale(cfg.getPreferredScale());
setLandscapeMode(cfg.isLandscape());
setTitle(device.getName());
setIconImage(GuiUtil.loadIcon("device").getImage());
setResizable(true);