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

/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DListCommandsCommand.java285 private String justify(String s, int width) { argument
286 int numSpaces = width - s.length();
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/util/
H A DJSONUtil.java651 * around the current position. The <code>width</code> property
655 String getContext(int width) { argument
656 int before = loc - width;
660 int after = loc + width;
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.unix.c604 Dimension width = 0; local
613 XtSetArg(xargs[0], XmNwidth, &width);
620 if (screenwidth > width)
621 x = (screenwidth - width) / 2;

Completed in 942 milliseconds