var fDesc=new Array(); fDesc[0] = "Cross-platform Web Browser, Flash Player, HTML Editor, Multimedia Player and more.
The NativeSwing library allows an easy integration of some native components into Swing applications, and provides some native utilities to enhance Swing's APIs. It is composed of a framework library, and an SWT-based implementation that provides many rich components.
The key components of this SWT-based implementation are of course a rich Web Browser and a Flash player, though it also offers a Multimedia Player, an HTML Editor and a Syntax Highlighter.
The NativeSwing Demo application presents all the functionalities, along with corresponding source code."; 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 = ''; } }