var fDesc=new Array(); fDesc[0] = "JCODER Lite is a product that comes with plenty of project management features for assisting the user in speeding up the process of development of applications. It incorporates a project and class wizard along with several other wizards including interface, and package wizards, and supports multi-document editing functionality, providing good flexibility as well as ease of use to the user at the same time.

There are wide varieties of impressive features implemented within the tool such as smart project views facilitating file manipulation, source code editor, Code Folding, book-marking and many other cool functionalities. It has the usual syntax checking for error detection, but does not come with the Smart Code Completion feature of the Pro Version, which helps the user to implement suitable events and properties into the existing code, so as to meet the desired requirements in a faster and better way.

There are facilities like setting up break-points, along with even another remarkable remote debugging option. What’s more, this appealing tool also supports JDK tools, along with Apache ANT, and features all useful keyboard short cuts as well as full screen mode during code editing."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }