PKJ Tellstick GUI is a new tool under development and it's getting developed as we speak.
It's very basic and lightweight right now, it does not really add more features then the TelldusCenter is bringing you, but I will focus more on adding advanced features later on.
The project is hosted on Google Code: http://code.google.com/p/javatellstick/
A little screenshot.

Tellstick DUO
This API is created for the Tellstick DUO (that is going to be released soon ... )
Key features
- API is smart, detects different devices and it's properties, such as DimmableDevice, Device, BellDevice.
Key focus:
I will focus of maintainability and make it easy to maintain.
You can also use this library to develop new tellstick applications in Java.
SVN & Download
Checkout: http://javatellstick.googlecode.com/svn/trunk/apps/
See config.cnf and run client.jar.
More info
http://code.google.com/p/javatellstick/
Technical information
- It's built with Java, and therefor you will need JAVA runtime to use it!
- If you have telldus center installed as 32bit you will need to run 32bit java(!)
I used libraries such as:
- JNA, makes the application able to communicate with the TellstickCore.
- SWT , a wrapper around Swing, it means that if you run the app on windows it will look like a windows application, on linux it would look as a linux application. This makes it faster because it uses the operative system to generate the GUI components.
Ideas
Since this is a brand new development, I ask for ideas, what do you want to see being implemented?