Package org.netbeans.spi.editor.hints

Examples of org.netbeans.spi.editor.hints.ChangeInfo


                public String getText() {
                    return "click here to upgrade version";
                }

                public ChangeInfo implement() throws Exception {
                    ChangeInfo ch = new ChangeInfo();
                    ConvertVersion vers = new ConvertVersion();
                    vers.actionPerformed(null);
                    //JOptionPane.showMessageDialog(null, "Fix");
                    return ch;
                }
View Full Code Here

TOP

Related Classes of org.netbeans.spi.editor.hints.ChangeInfo

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.