}
public static void main(String[] args) {
NodeLibrary library = NodeLibrary.create("test", Node.ROOT);
library = library.withProperty("screenshot.region", "network");
library = library.withProperty("screenshot.path", "/root/invader");
DocumentPropertiesDialog editor = new DocumentPropertiesDialog(new NodeBoxDocument(library));
editor.setVisible(true);
}