Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Sep 4th, 2011  |  syntax: None  |  size: 0.24 KB  |  views: 37  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. //Actions
  2.  
  3.  public void actionPeformed(ActionEvent e)
  4.  {
  5.          //Identtification  du composant qui a généré  l'action
  6.          
  7.          Object composant = e.getSource();
  8.          if (composant == conv)
  9.          {
  10.                  
  11.                  fval.setBackground(Color.gray);
  12.          }
  13.  }
clone this paste RAW Paste Data