PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Want more features on Pastebin?
Sign Up
, it's FREE!
Public Pastes
Untitled
14 sec ago
CPS-01cz2
Scilab | 5 sec ago
Untitled
6 sec ago
Untitled
6 sec ago
My load order
9 sec ago
Untitled
11 sec ago
Untitled
17 sec ago
Untitled
17 sec ago
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)
//Actions
public void actionPeformed(ActionEvent e)
{
//Identtification du composant qui a généré l'action
Object composant = e.getSource();
if (composant == conv)
{
fval.setBackground(Color.gray);
}
}
clone
this paste
RAW Paste Data
//Actions public void actionPeformed(ActionEvent e) { //Identtification du composant qui a généré l'action Object composant = e.getSource(); if (composant == conv) { fval.setBackground(Color.gray); } }