I want to create a mutli dimensional array without a fixed size.
I need to be able to add items of String[2] to it.
String[2]
I have tried looking at:
ArrayList action = new ArrayList();
Don't need String[2];