Make My Own Made Java Based Text editor as default Text Editor in Windows

Posted by Rohan Sharma on Super User See other posts from Super User or by Rohan Sharma
Published on 2012-06-23T12:26:15Z Indexed on 2012/06/24 15:18 UTC
Read the original article Hit count: 539

Filed under:
|

I have Made a Text Editor in Java and i want to make it default text editor ,That is like in windows we have notepad as default text whose icon shows on all text files and double clicking those file(s) opens the file(s) in notepad window.. I Want to achieve same Task of Making my texte editor as default one...but only right clicking a text file and selecting my text editor as default app for opening text files do not servers the purpose,Because my text editor will not accept the file input that way,its made to accept the file input only by FileChooser...so Is There any library in java to achieve that task Of Accepting The File Input That way???

© Super User or respective owner

Related posts about java

Related posts about Windows