Searched refs:layoutOnEDT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DTextComponentPrintable.java624 * Second part (layoutOnEDT) is to be called on the EDT only.
626 * {@code layout} triggers {@code layoutOnEDT}.
634 layoutOnEDT(width);
664 layoutOnEDT(width);
675 private void layoutOnEDT(final int width) { method in class:TextComponentPrintable

Completed in 30 milliseconds