+ 2
how do i add designs, colours and fonts into a java programme
i am doing an assignment where i was assigned a blackjack game ( and a few extra features ) and i was thinking of adding some colour and fonts and designs to it, like an actual game. can someone fill me up on some java console game programming tips? thanks ps : i also wanted to add more games into the programme like rummy and poker + add a user progress save interface
1 ответ
+ 1
By using Swing.
-
Use -- a Java IDE (Eclipse, NetBeans, IntelliJ) to work with Swing.
^_^