/JavaMatrixRainfall

This application simulates the matrix rainfall as shown in matrix movie. I have tried to improve code readability as much as possible

Primary LanguageJava

JavaMatrixRainfall

This application simulates the matrix rainfall as shown in matrix movie. I have tried to improve code readability as much as possible.
#Matrix background animation
1)A row is represented by Jpanel.
2)A jpanel(row) contains a group of Jlabels representing a random character.
3)created multiple jpanels(rows) and added them to frame.
4)An array of each Jpanel is maintained.
5)To perform animation , I moved position of each panel in array to next position and initialized the first row with random characters.
6) Here is a sample captured from my screen-
alt text

If you interested in integrating real time camera feed on it, then look at this project