Skip to content

Instantly share code, notes, and snippets.

@gtrak
Created September 8, 2011 20:46
Show Gist options
  • Save gtrak/1204648 to your computer and use it in GitHub Desktop.
Save gtrak/1204648 to your computer and use it in GitHub Desktop.
public class apeshit {
List<> myList = new ArrayList<>();
JButton button;
button.addActionListener( new ActionListener() {
public void actionPerformed ( ActionEvent event ){
myList = new ArrayList<>("bullshit", "bullcrap");
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment