How to change default font in netbeans platform?
        Posted  
        
            by 
                nathan
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by nathan
        
        
        
        Published on 2012-09-28T09:27:31Z
        Indexed on 
            2012/09/28
            9:37 UTC
        
        
        Read the original article
        Hit count: 295
        
java
|netbeans-platform
I'd like to know how to change the default font used in netbeans platform. I'm not asking for changing the font in the Netbeans IDE but in the platform, then all my derived applications would use this default font.
A netbeans application is a group of Jcomponent so i could easily set the font of each of those components but there is still things like notifications that i can't access directly to change the font, so i think the best would be to change the font by default. Programmaticaly or any other way... maybe editing one the jar?
© Stack Overflow or respective owner