Searched defs:envroot (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DTestEnvironment.java57 static Group envroot; field in class:TestEnvironment
68 envroot = new Group(globaloptroot, "env", "Test Environment Options");
71 new Option.Int(envroot, "outputwidth",
75 new Option.Int(envroot, "outputheight",
80 new Option.Int(envroot, "runcount",
84 new Option.Int(envroot, "repcount",
88 new Option.Int(envroot, "testtime",

Completed in 33 milliseconds