@@ -35,9 +35,24 @@ private static void createAndShowGUI(){
3535 terminalArea .setWrapStyleWord (true );
3636 terminalArea .setBackground (Color .WHITE );
3737 terminalArea .setForeground (Color .DARK_GRAY );
38- terminalArea .setFont (new Font ("Consolas" , Font .BOLD , 18 ));
39- terminalArea .append ("\n Welcome to Ragul's Command Prompt!\n " );
40- terminalArea .append ("Enter 'exit' or 'Ctrl + q'to quit.\n " );
38+ terminalArea .setFont (new Font ("Courier New" , Font .BOLD , 16 ));
39+ terminalArea .append ("\n Welcome to\n " );
40+ terminalArea .append ("\n ██████╗ █████╗ ██████╗ ██╗ ██╗ ██╗ " );
41+ terminalArea .append ("\n ██╔══██╗ ██╔══██╗ ██╔════╝ ██║ ██║ ██║ " );
42+ terminalArea .append ("\n ██████╔╝ ███████║ ██║ ███╗ ██║ ██║ ██║ " );
43+ terminalArea .append ("\n ██╔══██╗ ██╔══██║ ██║ ██║ ██║ ██║ ██║ " );
44+ terminalArea .append ("\n ██║ ██║ ██║ ██║ ╚██████╔╝ ╚██████╔╝ ███████╗ " );
45+ terminalArea .append ("\n ═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ \n " );
46+
47+ terminalArea .append ("\n ██████╗ ███╗ ███╗ ██████╗ " );
48+ terminalArea .append ("\n ██╔════╝ ████╗ ████║ ██╔══██╗ " );
49+ terminalArea .append ("\n ██║ ██╔████╔██║ ██║ ██║ " );
50+ terminalArea .append ("\n ██║ ██║╚██╔╝██║ ██║ ██║ " );
51+ terminalArea .append ("\n ╚██████╔ ██║ ╚═╝ ██║ ██████╔╝ " );
52+ terminalArea .append ("\n ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ " );
53+
54+
55+ terminalArea .append ("\n Enter 'exit' or 'Ctrl + q'to quit.\n " );
4156 terminalArea .append ("\n " );
4257 terminalArea .setCaretColor (Color .black );
4358 terminalArea .setBorder (new EmptyBorder (0 ,10 ,5 ,10 ));
0 commit comments