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

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic Programming and user castelaz

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • Grid • GUI 
• IDE • Instant Messaging • J2EE • J2ME • J2SE 
• JavaOne • Jini • JSP • JSR • JXTA 
• LDAP • Linux • Mobility • NetBeans • Open Source 
• OpenSolaris • P2P • Patterns • Performance • Porting 
• Programming • Research • Security • Servlets • Struts 
• Swing • Testing • Tools • Virtual Machine • Web Applications 
• Web Design • Web Development Tools • Web Services and XML 


Programming

Cocoa isn't the only beverage for the holidays. Java can also really hit the spot.
on Dec 16, 2004 | Permalink | Discuss
A dropdown combobox is an extremely useful control, but its associated button isn't really needed until the control has focus. A small UI trick can help you maximize precious screen space by hiding the dropdown button until it's needed. You can size the combobox control to show all of the selected item text without wasting space on the button.
on Oct 19, 2004 | Permalink | Discuss
As developers, we frequently concentrate on resolving misunderstandings between users and ourselves. So much so, we tend to forget that ambiguities can exist between programmers. Standard practices and Java idioms can go a long way in keeping this problem at bay. Patterns and practices are more than ways to implement solutions. They are also an important way for programmers to convey intent.
on Aug 31, 2004 | Permalink | Discuss
You can’t stand on the shoulders of giants, if you never climb up.
on Jul 21, 2004 | Permalink | Discuss
There are nuggets of useful code to be found all around, if you take a moment to scratch beneath the surface. A particularly rich treasure can be found in the Jakarta Commons.
on Jul 14, 2004 | Permalink | Discuss