Home | History | Annotate | Download | only in hierarchyviewer

Lines Matching refs:System

41         System.setProperty("apple.laf.useScreenMenuBar", "true");
42 System.setProperty("apple.awt.brushMetalLook", "true");
43 System.setProperty("com.apple.mrj.application.apple.menu.about.name", "HierarchyViewer");
45 final String os = System.getProperty("os.name");
65 System.out.println("List of devices attached");
78 System.out.println(device.toString() + "\t\t" +
90 System.out.println("Capturing layers to " + file);
93 System.out.println("The selected device does not exist");
121 System.out.println("Usage: hierarchyviewer1 [options]\n");
122 System.out.println("Options:");
123 System.out.println(" --help\t\t\t Show this help message and exit");
124 System.out.println(" --no-profiling\t Disable views profiling");
125 System.out.println(" --devices\t\t\t Show the list of available devices");
126 System.out.println(" --psd [device] <file>\t Export psd and exit");
127 System.exit(0);
132 System.exit(0);
135 System.out.println("You must specify at least an output file with --psd");
136 System.exit(1);
147 System.exit(0);