Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.6 KB

ConsolePainter.md

File metadata and controls

60 lines (37 loc) · 2.6 KB

ConsolePainter

Usage/Examples

public class ConsolePainterDemo {

    public static void main(String[] args) throws Exception {
        ConsolePainter consolePainter = new ConsolePainter();
        
        // method to print out a text with a different color
        consolePainter.printColoured(/*anything you want to be printed*/, /*ANSIColor.color*/);
        
        // in this class there are different methods to change the modifier of the style of the text 
        // printed, but without change its color
        consolePainter.printSomeModifier(/*anything you want to be printed*/);
        
        // in this class there are different methods to change the modifier of the style of the text 
        // printed and its color
        consolePainter.printSomeModifier(/*anything you want to be printed*/, /*ANSIColor.color*/);
        
    }
    
}

Authors

Support

If you need help using the library or encounter any problems or bugs, please contact us via the following links:

Thank you for your help!

Badges

Twitter

Donations

If you want support project and developer

Crypto Address Network
3H3jyCzcRmnxroHthuXh22GXXSmizin2yp Bitcoin
0x1b45bc41efeb3ed655b078f95086f25fc83345c4 Ethereum

If you want support project and developer with PayPal

Copyright © 2024 Tecknobit