Looking for a Java Web Start JNLP 1.5 DTD?
Sun has created a DTD for the JNLP file format, but it?s only posted inside a PDF file on the associated JSR-56 page (on pages 62 to 75). Also, it contains a syntax error. So, I?ve extracted and fixed it using pdftohtml, and I?ve posted it on my website...
DragDropExplorer - JTree 1.4 Drag & Drop Example
Yesterday I went looking for a JTree D&D example and couldn't find one on the net so when I got home I rooted around my backup CDs for DragDropExplorer. When 1.4 beta came out, I wrote a little program I call DragDropExplorer to learn about the new Swing D&D integration. Here it is for y'all to enjoy: DragDropExplorer.java (sorry about the filename being in lowercase, JRoller keeps lowercasing it when I upload it). It should run fine on 1.4 or 1.5...
AutoText
AutoText is a prototype showing auto-completion behaviour in a simple Java Swing application. While modern IDEs usually provide an auto-completion behaviour to the developer, to ease the pain of typing long words, I don't know of any word-processing application, providing this feature...