Horizontal Scrolling Text | Ticker | Marquee [Using Java]

preview_player
Показать описание
In this video, I will show you how to add ticker text or marquee to your programs in terminal (text mode). Ticker text is a great way to convey important messages, news updates or promotional content in a visually appealing way. I will demonstrate step-by-step how to create and customize your own scrolling text in your Java Program.

class Ticker{
public static void main(String [ ] args)throws InterruptedException{
String str = "Code With Vinay: I code therefore I am!";
int width = 60;
String line="";
for(int i=1; i⋖=spaces;i++){ // Replace ⋖ by the actual angle brackets as YT doesn't allow angle brackets in description.
line+=" ";
}
line+=str;
while(true){
}
}
}

Related video:

Channel
Рекомендации по теме
Комментарии
Автор

IF only you had put the code there lol .. thank's very much

algerowalid
visit shbcf.ru