Package jsyntaxpane.util

Examples of jsyntaxpane.util.Configuration


                    } catch (Exception e) {
                        // If Nimbus is not available, you can set the GUI to another look and feel.
                    }
                   
                    DefaultSyntaxKit.initKit();
                    Configuration config = DefaultSyntaxKit.getConfig(DefaultSyntaxKit.class);
                    KeyboardUtils.setup(config);
                   
                    /*
                    config.put("CaretColor","0x00ff00"); //color of the blinking cursor
                    config.put("PairMarker.Color","0x000000"); //paren matching
View Full Code Here

TOP

Related Classes of jsyntaxpane.util.Configuration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.