Archive for March, 2006

Extend Swing by Example - A Custom Searchable JComboBox

6 March 2006

INTRODUCTION
When developing an application using object-oriented (OO) language such as C++ and Java, the developers frequently encounter one task, which is to extend the existing classes to provide more or customized functionalities to meet users’ requirements. From pure OO perspective, creating a subclass from an existing one (or interface), adding more functions or overriding […]

No Comments »