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

/openjdk7/jdk/test/sun/java2d/GdiRendering/
H A DInsetClipping.java53 static boolean painted = false; field in class:InsetClipping
75 painted = true;
82 while (!painted) {
/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/
H A DXYZApp.java301 boolean painted = true; field in class:XYZApp
427 if (painted) {
428 painted = false;
479 painted = true;
/openjdk7/jdk/src/share/demo/applets/WireFrame/
H A DThreeD.java381 boolean painted = true; field in class:ThreeD
494 if (painted) {
495 painted = false;
527 painted = true;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java279 /** Indicates that we have painted once. */
283 boolean painted; field in class:BasicSplitPaneUI
1066 if (!painted && splitPane.getDividerLocation()<0) {
1070 painted = true;
1330 availableSize == lastSplitPaneSize || !painted ||
1373 if (painted) {
1375 // to push the value to the splitpane, painted appears to
H A DBasicTextUI.java109 painted = false;
694 painted = false;
707 * is painted in the current background color of the
710 * The highlights (if any) are painted.
712 * The view hierarchy is painted.
714 * The caret is painted.
720 painted = true;
759 * component's background color to be painted.
780 // common case is background painted... this can
833 painted
1301 transient boolean painted; field in class:BasicTextUI
[all...]

Completed in 42 milliseconds