hi ...
anybody know how to create java Editor ....i dont have any idea..if you know about anythg from this just share it with me..it will help me alot...
thanks in advance
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
hi ...
anybody know how to create java Editor ....i dont have any idea..if you know about anythg from this just share it with me..it will help me alot...
thanks in advance
Do you mean to write or program a Java editor with (I assume) syntax checking and other similar advanced programming editor features, or do you simply mean to acquire and install one that already exists, like Netbeans or Eclipse (Geany, Vim, Notepad+ etc., etc.)?
Or do you mean how do you build your own editor out of Swing components?
You're going to have to be a lot more specific. What have you tried? Where are you stuck? What do google and the tutorials tell you?
Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Hi, Renu Nataraj. Welcome to the forum! Please specify, if you want to make a Text Editor it's not that hard. You'll just have to read up on How to Make Frames (Main Windows) (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components). The URL redirects you to the JFame documentation. If you read it, the rest will be crystal clear. Read up on swing components like JButton, JMenuBar, and others. Check out How to Write an Action Listener (The Java™ Tutorials > Creating a GUI With JFC/Swing > Writing Event Listeners) too (ActionListener).
If you want to make a Java compiler/syntax checker. It is beyond my knowledge.