Hi. This is my first post here.
My problem is next.
I have created a matrix ( String [4][3] ) like this:
A B C
D E F
G H I
J K L
... and I want to search in it the next matrix:
E F
H I
... and I have no clues how to do it.
Any help is appreciated. ^_^

