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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java56 private Icon backgroundIcon; field in class:FramePanel
125 backgroundIcon =
130 if (backgroundIcon != null)
132 backGroundIconWidth = backgroundIcon.getIconWidth();
133 backGroundIconHeight = backgroundIcon.getIconHeight();
172 if (backgroundIcon != null)
183 backgroundIcon.paintIcon(this, g2d,
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java57 private Icon backgroundIcon; field in class:FramePanel
126 backgroundIcon =
131 if (backgroundIcon != null)
133 backGroundIconWidth = backgroundIcon.getIconWidth();
134 backGroundIconHeight = backgroundIcon.getIconHeight();
173 if (backgroundIcon != null)
184 backgroundIcon.paintIcon(this, g2d,
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java57 private Icon backgroundIcon; field in class:FramePanel
126 backgroundIcon =
131 if (backgroundIcon != null)
133 backGroundIconWidth = backgroundIcon.getIconWidth();
134 backGroundIconHeight = backgroundIcon.getIconHeight();
173 if (backgroundIcon != null)
184 backgroundIcon.paintIcon(this, g2d,
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java56 private Icon backgroundIcon; field in class:FramePanel
125 backgroundIcon =
130 if (backgroundIcon != null)
132 backGroundIconWidth = backgroundIcon.getIconWidth();
133 backGroundIconHeight = backgroundIcon.getIconHeight();
172 if (backgroundIcon != null)
183 backgroundIcon.paintIcon(this, g2d,
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java57 private Icon backgroundIcon; field in class:FramePanel
126 backgroundIcon =
131 if (backgroundIcon != null)
133 backGroundIconWidth = backgroundIcon.getIconWidth();
134 backGroundIconHeight = backgroundIcon.getIconHeight();
173 if (backgroundIcon != null)
184 backgroundIcon.paintIcon(this, g2d,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DFramePanel.java56 private Icon backgroundIcon; field in class:FramePanel
125 backgroundIcon =
130 if (backgroundIcon != null)
132 backGroundIconWidth = backgroundIcon.getIconWidth();
133 backGroundIconHeight = backgroundIcon.getIconHeight();
172 if (backgroundIcon != null)
183 backgroundIcon.paintIcon(this, g2d,

Completed in 52 milliseconds