Posts Tagged ‘java’

ImageChanger

Sunday, January 20th, 2008


In the last view month my girlfriend wanted to upload a lot of new images of nice models. However she had to resize and tag (add a logo) them manually and this work takes a long time. Because of that i decided to write a easy java application that should do this work for her.

After looking through the java image api i started to do the first version of this small program and it works very well.

Feel free to improve the program.

You can take a look at the perfect images @ http://jbfotografie.ch.

Downloads:

Swing calendar

Wednesday, January 2nd, 2008

In this post I don’t want to backbite about java. Of course a programmer has many default java swing components in the default library, however some important components are missing. One of them is a swing calender. Fortunately it’s not really difficult to create and implement your own.

The foundation for my calender is from the “Swing Hacks” book, which is really helpful to learn things about swing and threads (in combination with swing).

Calendar

In the example of this book you were not able to change or select the date direct in the ui. The implementation of this add on is very simple and can be developed in a short time.

If you want to try some “Swing Hacks” then you can download these from the Oreilly page. It’s a good point to start if the default components are not good enough or you just want to learn new things.

Book:

  • Swing Hacks (Tips & Tools for building killer GUIs)
  • ISBN 0-596-00907-0