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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java161 * you are likely to see odd behavior in that the editing policy of the
343 * Sets the behavior when focus is lost. This will be one of
357 * @param behavior Identifies behavior when focus is lost
358 * @throws IllegalArgumentException if behavior is not one of the known
367 public void setFocusLostBehavior(int behavior) { argument
368 if (behavior != COMMIT && behavior != COMMIT_OR_REVERT &&
369 behavior != PERSIST && behavior !
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES1051 Restored version 1.0.8 PNG_WRITE_EMPTY_PLTE_SUPPORTED behavior in pngwutil.c
3286 Reverted png_get_current_row_number() to previous (1.5.2beta01) behavior.
3289 This documents the current behavior, where the callback is called after
3433 so it gets smashed, but this is better than the current behavior.
3514 behavior changes between libpng14 and libpng15.

Completed in 40 milliseconds