Package DisplayProject.XPStyle

Examples of DisplayProject.XPStyle.Skin


                  break;
                default:
                  part = Part.WP_CLOSEBUTTON;
                  break;
                }
                Skin skin = xp.getSkin(this, part);
                skin.paintSkin(g, 0, 0, getWidth(), getHeight(), State.DISABLED);
              }
              else if (style == VISTA) {
                // This needs to be improved to actually paint proper Vista icons.  However, this is difficult
                // as Vista Aero package makes the buttons semi transparent.  CraigM:26/05/2008.
                target.paintIcon(this, g, 0, 0);
View Full Code Here


                  break;
                default:
                  part = Part.WP_CLOSEBUTTON;
                  break;
                }
                Skin skin = xp.getSkin(this, part);
                skin.paintSkin(g, 0, 0, getWidth(), getHeight(), State.DISABLED);
              }
              else if (style == VISTA) {
                // This needs to be improved to actually paint proper Vista icons.  However, this is difficult
                // as Vista Aero package makes the buttons semi transparent.  CraigM:26/05/2008.
                target.paintIcon(this, g, 0, 0);
View Full Code Here

TOP

Related Classes of DisplayProject.XPStyle.Skin

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.