Java playground
DWAPS
53.9K views
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Real animation in console
by dwaps
1
6
7
8
9
10
11
12
13
120
// {
String dwapsMsg = "Test that on console !...";
System.out.print(dwapsMsg);
AnimationManager am = new AnimationManager();
am.numberOfRepetition(3);
// am.startAnimation(FramesProvider.FLASH_INFO);
// am.startAnimation(FramesProvider.CAT_AND_MOUSE);
//{
Enter to Rename, Shift+Enter to Preview
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content