===モーダルダイアログ===
<pre>
function createWindow() {
let win = new BrowserWindow({
width: 800600, height: 600400,
webPreference: {
nodeIntegration: true
parent: win,
frame: false,
modal: true, transparent: true, opacity: 0.5
});
child.loadFile('dialog.html');
}</pre>