136137138139140141142143144145146
new Runnable() { public void run() { saveNodeLayout(); } }); restore = new Button(new LoadIcon(BUTTON_SIZE), new Runnable() { public void run() { restoreNodeLayout(); } });