To be certain that a vertical series of Strings has enough room to appear in a frame, you use which of the following statements?
a. g.drawString("Some string",
x, y += g.getFontMetrics().getHeight());
b. g.drawString("Some string",
x, y += g.getFontMetrics().getLeading());
c. g.drawString("Some string", x,
y += g.getFontMetrics().getAscent());
d. g.drawString("Some string",
x, y += g.getFontMetrics().getDescent());
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.