Searched refs:m_aImageIcon (Results 1 – 1 of 1) sorted by relevance
38 private ImageIcon[] m_aImageIcon; field in ConvwatchGUI114 m_aImageIcon = new ImageIcon[3]; in fillImageIcons()125 m_aImageIcon[i] = new ImageIcon(args[i]); in fillImageIcons()126 if (m_aImageIcon[i] != null) in fillImageIcons()403 new ResizeImage(jLabelOriginalImage, m_aImageIcon[0]).execute(); in initialiseImages()404 new ResizeImage(jLabelReferenceImage, m_aImageIcon[1]).execute(); in initialiseImages()405 new ResizeImage(jLabelDifferenceImage, m_aImageIcon[2]).execute(); in initialiseImages()457 private ImageIcon m_aImageIcon; field in ConvwatchGUI.ResizeImage464 m_aImageIcon = _aImageIcon; in ResizeImage()473 …Image aImage = m_aImageIcon.getImage().getScaledInstance(w, h, Image.SCALE_AREA_AVERAGING); // SCA… in doInBackground()
Completed in 9 milliseconds