Finally! Version 1.o is here! Get it now! Pick one:
- Tweeter1.0.jar (about 337 KB)
- Tweeter1.0.rar (about 133 KB)
- Tweeter1.0.zip (about 145 KB)
NOTE: You will need the latest JRE ( 1.6.0 atleast ) to be able to run this. To see which version you already have, type in "java -version" at the command line. Older versions will not be able to run this application and will give you errors about the main method missing or wrong version of class etc.
About
After about two weeks of work, I'm pretty much done with how much I planned to with Tweeter! : a client for Twitter. It's inspired by Twitteroo, in fact, a primary reason for my building this app was that as of now, Twitteroo doesn't support proxies so I can't use it from work. It has been developed using the excellent API from ThinkTank: jTwitter.
Version 1.0 ( the final version I plan to release unless people actually start using this and want more and/ or I get the time and inclination to add more features ) has the following additions:
- Resizable full screen display
- Images visible on the timeline; they load in the background to minimize delay
- Add/ Remove friends right from your desktop
- Send direct messages to your friends ( replies are still sent the same way: @username )
- Notification on updates to the friends timeline, even when minimized to the system tray ( the public timeline is going to be different in any case, so no notifications there! )
- Customizable UI ( you can set the colors i.e. :D )
- Turn off notifications from the system tray when minimized
- Select a format for the data from Twitter in case of problems (the default 'JSON' option is still recommended and is required for most operations)
Bug fixes/ Improvements
- Better image caching. Fixed bug with a potential for causing memory to run out
- Images will load in a separate thread from the display and will update the timeline later if it is still showing
- Reduced the refresh rate when minimized to reduce chances of denial of service due to high refresh rate ( Twitter offers 70 fetches per 60 minutes of your protected data; just over 1 fetch per minute )
- Minor UI changes with improved icons
Version 0.7 now has the following features:
- User settings can be saved (barring passwords for security reasons)
- Notifications (timeline updates still to be added)
- Option to turn off notifications
- Relative time in the timeline ( '1 min ago' etc)
- NTLM authentication against domains (still experimental)
- The count of characters shows up on the 'Send' button and the limit of 140 characters is enforced ( yeah I missed those on the last release :D )
Bug fixes/ Improvements:
- Changed the behaviour of the status pane; now will popup only after hovering for half a second
- Changed location of status pane; now will always display under cursor
- Improved threads' handling
- Fixed problem in timeline on displaying fewer items
- Minor changes to UI
As of version 0.6b, Twitter! has the following features:
- Lets you update your Twitter status from your desktop
- Supports proxies
- Display public timeline ( without logging in )
- Display logged in user's 'with friends' timeline
- Pop-up on hover on a timeline item
- Caching of images
- Minimizes to system-tray
And the biggest advantage of all:
- Platform independent! So you could run the same app on your Windows machine at work and on your Mac at home. ( If you have an up-to-date JRE on your machine )
I'm might work on adding the following. If anyone has suggestions for the hyperlinks/ international characters, let me know. I'm stumped!:
- Friends control ( Add/ Remove etc ) Done
- Direct messages to friends Done
- Notifications in the system tray Partially done Done
- Improving the image caching Done
- Saving user information across application sessions Done
- Replies/ Direct Messages timelines
- Deleting a previous status
- Pop-up menu's for copying/pasting etc ( as of now, the keyboard shortcuts will work just fine )
- Following links
- International character support ( right now, you'll see lots of squares when someone posts a Tweet in Japanese! )
Using Tweeter!
- Using the app is simple. First get the latest JRE ( you can get the one I tested on from SUN; about 7 MB ). Or you can use the button below:
Java is a trademark of Sun Microsystems, Inc.
- Download Tweeter! 1.0 ( about 337 KB ) and run it. If all goes well and you have your JRE setup fine, you'll see something like this:
If your system has the .jar file extension associated with WinRAR or some other application, you can run Tweeter! manually from the command line as:
java -jar "Twitter.jar"
or whatever else you've named the jar file.
If you connect without a proxy and are already connected to the net, you'll probably see the public timeline ( the one that appears on the Twitter homepage ) almost immediately. If you do use a proxy, once you fill in your details under Tools > Preferences, you'll be set.
If you need to use NTLM authentication, fill in the username/ password under the proxy tab in anycase ( they are shared ) and make sure you check the 'Use Proxy' checkbox. Then, fill in the domain name under 'Experimental'. This feature is still being tried out so I can't guarantee it'll work, but it's worth a shot.
To switch to the 'Friends' timeline, you need to enter your Twitter username and password. This will also let you send a 'Tweet' ( the Twitter status message ); this is limited to 140 characters. While the Tweet is being sent, the 'Send' button will be disabled.
Periodically, you'll see the 'Follow' radio-buttons getting disabled; this happens while the timeline is being refreshed to avoid the data from the two timelines getting mixed up in case you happen to switch just as the update was happening.
When an image has not yet loaded, you'll see a question mark like in the screenshot above. Images will start getting loaded in the background and will be cached so that the next time you want to view it, it'll load faster. This'll be more apparent in the case of your 'Friends' timeline since the public timeline changes too frequently for images to be repeated very often.
If you close the window or minimize it, Tweeter! will get out of your way and sit pretty the system tray:

Double-clicking the icon will bring it back up. While it's in the system-tray, Tweeter! doesn't unecessarily refresh the public timeline; it'll wait till it's visible to refresh. This has a slight side-effect of your seeing the timeline that you minimized Tweeter! with, but this should be refreshed almost immediately. The friends timeline will be refreshed every 5 minutes in this case. Twitter has a limit of 70 refreshes per hour on your password protected data. Over this, you'll be temporarily blocked.
The timelines are refreshed everytime you do the following:
- Click on one of the radio buttons, it doesn't matter which one or if it's already selected. The refresh will happen all the same.
- Everytime you click OK in the Options window
- Everytime you minimize to the system tray and maximize
So be careful you don't overdo these actions! Or you'll be getting an error message popping up in your system tray every minute!
If you see the timeline is unchanging for a while ( minimum time is 1 minute ), you should check your proxy settings, your Internet connection and then finally, the Twitter site since they are changing, upgrading and improving all the time; which means the site is down sometimes for short whiles.
If there are any questions, bugs, suggestions, feature requests please let me know at no.good.at.codingATgmail.com ( replace the AT with @ ).
Archived Versions
- Tweeter0.7.jar ( about 276 KB )
- Tweeter0.7.rar ( about 121 KB )
- Tweeter0.7.zip (about 130 KB )
- Tweeter0.6b.jar ( about 258 KB )
- Tweeter0.6b.rar ( about 115 KB )
- Tweeter0.6b.zip ( about 123 KB )

