File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,29 +68,31 @@ public static <T> Integer size(ArrayList<T> list)
6868
6969 public static void printSpinner ()
7070 {
71- for (int i =0 ; i <250 ; i ++)
71+ for (int i =0 ; i <3 ; i ++)
7272 {
7373 try
7474 {
75- System .out .print ("- Loading.\r " );
75+ System .out .print ("- Loading Java National Finance Engine v.2811 .\r " );
7676
7777 Thread .sleep (500 );
7878
79- System .out .print ("+ Loading..\r " );
79+ System .out .print ("+ Loading Java National Finance Engine v.2811 ..\r " );
8080
8181 Thread .sleep (500 );
8282
83- System .out .print ("- Loading...\r " );
83+ System .out .print ("- Loading Java National Finance Engine v.2811 ...\r " );
8484
8585 Thread .sleep (500 );
8686
87- System .out .print ("+ Loading\r " );
87+ System .out .print ("+ Loading Java National Finance Engine v.2811 \r " );
8888 }
8989 catch (Exception e )
9090 {
9191 e .printStackTrace (System .err );
9292 }
9393 }
94+
95+ System .out .print ("\r " );
9496 }
9597
9698 public static void printSystemComponent (Object object , Integer hashcode , String line )
You can’t perform that action at this time.
0 commit comments