Archive for the 'Java' Category

Quiet often, we come across the same old problem. Few days ago, a collegue of mine also came across this problem. Yes, I am talking about a print preview and print control that is customized to your application’s need. Unless, you are ready to spend some money, it can be hard to write a complete [...]


It is straight forward to add buttons into the toolbars. But, it can be a bit tricky to add other components, such as combo boxes. Again just adding the controls is not enough, because you will have to handle the events to make them useful. To add combo boxes or any other controls, one easy way [...]