importPackage(java.awt.event) importPackage(javax.swing) //Create a JButton var b = new JButton("Press me") //Create a listener and add it to the button var act = { actionPerformed: function ...
Typically, writing programs for Web browsers means that you don't have access to a user's computer and file system. But by using ActiveX objects on Microsoft Windows and Internet Explorer, you can ...
A lot of Java applications today can be extended, viz. adding newfeatures to the application by writing "plug-ins" in Java. One suchexample of this is the NetBeans plug-in framework. We can invoke ...
MacResearch has posted a nice two part tutorial on using Platypus, a neat utility that allows you to "create native, flawlessly integrated Mac OS X applications from interpreted scripts." This include ...
If you create Web application scripts and you want to make them available for other people to use (whether for a fee or free) then you are pretty much giving away your intellectual property. That is, ...
As noted in Part 1 in this series, embedded Web Applications use the same HTTP communications mechanism as your bank account or the latest game on your smartphone. And why not? The HTTP protocol is ...