Home
last modified time | relevance | path

Searched refs:m_aImageIcon (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DConvwatchGUI.java38 private ImageIcon[] m_aImageIcon; field in ConvwatchGUI
114 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.ResizeImage
464 m_aImageIcon = _aImageIcon; in ResizeImage()
473 …Image aImage = m_aImageIcon.getImage().getScaledInstance(w, h, Image.SCALE_AREA_AVERAGING); // SCA… in doInBackground()

Completed in 13 milliseconds