コード例 #1
0
 /** Set the animated version of the icon */
 public void setAnimated() {
   setDisplayConnectors(true);
   // m_visualLabel.setIcon(m_animatedIcon);
 }
コード例 #2
0
 /**
  * Turn on/off the connector points
  *
  * @param dc a <code>boolean</code> value
  * @param c the Color to use
  */
 public void setDisplayConnectors(boolean dc, Color c) {
   setDisplayConnectors(dc);
   m_connectorColor = c;
 }
コード例 #3
0
 /** Set the static version of the icon */
 public void setStatic() {
   setDisplayConnectors(false);
   // m_visualLabel.setIcon(m_icon);
 }