The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Blog Archive for evanx during June 2006

Prequels "To err is human, but to really foul things up you need a computer." Paul Ehrlich See Event DTs, Turn Tables (formerly known as Bean Curd 1), and Panel Beater. Introduction "The best accelerator available for a slow computer is gravity outside the window." Swing actions are used for buttons, menu items and keystrokes. For example, a "Save" action event might be initiated by...
Prequels "When you think of things, you find sometimes that a Thing which seemed very Thingish inside you is quite different when it gets out into the open and has other people looking at it." Winnie the Pooh In Bean Curd 1 we introduced an "explicit properties" approach, where the property descriptors are absorbed into our TableColumn objects, which are declared in our custom TableModel....
Prologging "All my life I've had one dream: to achieve my many goals" Homer Simpson I've been meaning to start blogging on java.net for a while. To promote myself and my project, and because i really love writing. I go into a whole new world, into a trance with a silly grin on my face. Same as coding. This new era of an interactive web, this so-called Web 2.0 thing, is something special. In...
Introduction "No one appreciates the very special genius of your conversation as a dog does." In "Bean Curd 1" I introduced an "explicit properties" approach, where bean properties are declared in an "explicit bean info" class. Actually the bean info class and property descriptors are absorbed into the components bound to the bean, for convenience. In that example, the bean info was...