by David Orriss Jr | Nov 26, 2006 | Java
Within Swing you’re supposed to be able to specify the minimum size for a frame with a simple call. For instance, assume that I made a frame that extends JFrame. Consider adding the following line to the constructor: setMinimumSize(new Dimension(600,400)); This...
by David Orriss Jr | Nov 26, 2006 | Java
[Originally Posted 18-Nov-2005] Here’s a pretty cool trick for Java GUI-app developers. From the O’Reilly Book “Swing Hacks”, Joshua Marinacci and Chris Adamson show how to make transparent windows…...
by David Orriss Jr | Nov 25, 2006 | General
[Originally Posted 28-Apr-05] Last night my daughter, Isabelle, says to my wife Mommy, what do chamelions do when they get mad? (no I don’t know where she gets these questions, but that doesn’t stop me from having fun) I promptly replied: They spit...
by David Orriss Jr | Nov 25, 2006 | Java
[Originally Posted 25-July-2004] Most Java programmers know that as of Java 2 release 1.4 a new keyword “assert” has been added. But far less programmers know what it’s good for. Developer Exchange has a great article explaining assertions and how to...
by David Orriss Jr | Nov 25, 2006 | J2EE
[Originally Posted 20-July-2004] TheServerSide.com has a new free book offering from authors Jayson Falkner and Kevin Jones. This new version of their book covers Servlet Spec 2.4, JSP 2.0 and JSTL 1.0. This book covers a wide range of topics from installing J2SE on...