The year is coming to an end, and it’s time to review what has happened on this blog over the last twelve months. I’ll start with the list of top ten most read posts, continue with the my own top ten favorites, and finish with the list of eleven interviews that i have conducted over this year.
Let’s start with the top ten most read posts published in 2008 as measured by Google Analytics:
- Translucent and shaped windows in core Java talks about the new AWTUtilities class in 6u10 and support for modern top-level windows effects. Published in February, has around 13,800 reads.
- Party Of One: Surviving A Hobby Open-Source Project talks about the specifics of one-man open-source projects and how to maintain a long-term level of commitment. It is the first of five part series on the subject. Published in May, has around 10,000 reads. The entire series has around 16,700 reads.
- Swing, RIA and JavaFX – interview with Amy Fowler. Amy delves deep into the reasons behind the work on JavaFX, and where Swing fits into the future of client side Java. Published in May, has around 8,100 reads.
- Sun setting down on the core Swing contains my thoughts on the demise of the core Swing as the primary Java desktop toolkit developed and promoted by Sun. Published in November, has around 7,200 reads.
- Swing applications and Mac OS X menu bar shows how Swing application under non-Apple look-and-feel can place their menus on the system menu bar. Published in July, has around 3,600 reads
- More tricks with translucent Swing windows follows up with the different effects achievable with the new translucent window support. Published in March, has around 3,300 reads.
- Java on the Desktop, the past, the present and the future – interview with Richard Bair. Richard provides his point of view on where the desktop Java is heading. Published in December, has around 3,300 reads.
- Trust is hard to build and easy to destroy is a followup to the state of core Swing and addresses the lack of transparency that Sun has shown towards the desktop community. Published in November, has around 3,200 reads.
- Native video codecs and Flash content with JMC shows how to use JMC to play back video files in Swing. Published in July, has around 2,900 reads.
- Soft clipping and per-pixel translucency for Swing windows is yet another entry that explores the translucent effects on top-level windows in Swing with 6u10+. Published in March, has around 2,900 reads. All together, the three articles on the subject have around 20,000 total reads.
While these have been the readers’ favorites, a few entries that didn’t enjoy a wider readership are worth highlighting. These are my personal favorites that were published in 2008:
- Trust is hard to build and easy to destroy is the only entry from the “most popular” list that is going to appear here. Addressing the lack of transparency that Sun has shown towards the desktop community makes it the most important posting of the year in my eyes.
- 20 design blogs for UI developers aims to collect links for those readers that wish to learn from the best minds on the other side of the fence that still divides developers and designers.
- Is this the future of the enterprise applications? has been the driving force behind most of the design decisions and pixel pushing made in Substance and Flamingo over the last year, as evidenced here, here and here.
- Problem solving and innovation tries to warn against pursuing solutions just for the sake of innovation. If you are the only talking about how innovative your product is, you’re not solving your users’ problems.
- Java on the desktop talks about my favorite Swing application of the year – Woopra desktop client.
- Matching desktop fonts and native font rasterization talks about two major problems with the core Swing look-and-feels that significantly hamper usability of Swing applications.
- Native text rendering in Swing applications – ready, steady, go! has predated the native font rasterization in 6u10 by a few months and has shown how SWT can be leveraged to address the specific Swing deficiency in pre-6u10 VMs.
- Stricter checks on EDT violations in Substance is by far the most controversial decision that i have made in Substance 5.0+. It highlights yet another weakness of core Swing, and the number of Substance queries (going well into dozens) just highlights how low is the level of the subject awareness in the general developer community.
- From Photoshop to code – conclusion is the last in the six-piece series on using Substance skinning APIs to implement a rich custom UI mocked in Photoshop.
- Effective Java2D is a collection of tips from my work on bringing Substance performance in version 5.0 to be on par with other active core and third-party look-and-feels.
Finally, this year has seen a number of interviews with the people from Sun, as well as the Java desktop community.
- Alexey Utkin – this is where it all started. It is rather unfortunate that JDICPlus has not made it through the end of the year.
- Amy Fowler – should be quite an interesting read in a couple of years as well, just to see how Amy’s predictions have played out.
- Mikael Grev from MigLayout and MigCalendar.
- David Qiao from JIDE.
- Chet Haase just after his move to Adobe.
- Andres Almiray and his many Groovy UI projects.
- Don DeCoteau from Sage.
- Richar Bair from JavaFX and SwingLabs.
- Sam Berlin from LimeWire.
- Alex Ruiz from FEST.
- Elie El Khoury from Woopra.
This year has also seen the number of RSS subscribers grow from 500 to around 1,400. If you still have not subscribed, click on the icon below to stay tuned in 2009! Happy New Year!

Woopra desktop client is my favorite Swing application of the year, and it’s time to meet its creator – Elie El Khoury, as the Java desktop spotlight that has started with Don DeCoteau and Sam Berlin continues.
Tell us a little bit about yourself.
My name is Elie El Khoury, 23 years old. I live in the ancient city Byblos of Lebanon. Programming has been my hobby for more than 10 years. I was introduced to Java 5 years ago at the Lebanese American University which was the first university in Lebanon to teach Java as a main language.
I love Graphical User Interfaces and Graphic Design, that’s why I switched to Mac. I run a personal blog at http://www.ekhoury.com that I maintain in my free time.
Besides computing, I’m a guitarist. I taught Blues Guitar and Jazz Theory and was part of a couple of bands.
What is your “elevator pitch” for Woopra?
Woopra is a web tracking and analytics service for bloggers and online businesses. It’s a Swing based desktop application that shows you what’s happening on your website in real time. Unlike other analytics services, you don’t need to refresh pages to get updates, you see instant statistics on a TV like interface.
What’s even cooler about Woopra is the Instant Notifications. A website owner can setup as many notification filters as they want and get notified as they occur. There are infinite filters combinations you can setup for all kinds of actions that might occur on your website!
Fore more information about Woopra, visit our a little bit outdated features page on the Woopra website.
In the age where browser-hosted solutions are mature enough to provide rich user experience, why did you decide to use Swing for the main Woopra client?
It’s true that the browsers today can handle very rich applications, but we cannot forget that the limitations are still endless and the browsers were never meant to handle heavy weight client applications like Woopra.
Before starting the development of Woopra, it was a very tough decision to take. The only advantage for having a web based application is the accessibility. You don’t need to download the Woopra application as you go, but our clients are the kind of people who carry their laptops (they are webmasters), so I would sacrifice accessibility for the different advantages provided by a desktop application (Desktop notifications, sockets, cross-domain connections, load on startup, sit in systray, reliability, speed, more interaction etc…).
I believe the browser is not yet ready to handle apps like Woopra. We all know how much time it takes to create an application that looks the same on IE6 and Firefox, is it worth it? But if I was to work on a Facebook like platform, I’d definitely go for a browser based solution because users would need to access it on public computers.
To add something, check out Twitter! Everyone is using a desktop application to tweet, this is another proof that people enjoy the desktop based experience much more.
As for why Swing not .Net for example? My simple answer is that I adore Swing and Java in general, and of course, the need to create a cross platform application.
Why do we not see more Swing-based user facing applications?
I believe it’s because the unattractive look and feel provided by Sun. Performance is no longer an issue with today’s hardware, but people want to see good-looking things. Adobe Air has done it correctly. You cannot make an ugly application with Adobe Air because they provide you with amazing UI Kits. With Java, it’s very easy to come up with a very ugly application, but what they don’t know is how much Swing is customizable.
Sun should consider working on the “Look and feel” aspect more in Swing. JavaFX is one solution but not the ultimate for Swing lovers.
What are Swing’s weak points?
Swing’s weak points are not many. But I would say that AWT is better in terms of native dialogs. I prefer the FileChooser instead of the JFileChooser because AWT’s is native. Also, the Anti Aliasing is really weak in Java. It looks different from a platform to another. Adobe Air has done it better!
Not to forget the look and feel, that is the major weakness of Swing.
What functionality is missing from core Swing, and would you want to see third-party libraries folded into the core distribution?
The JWebPane of course as mentioned by Sam Berlin of LimeWire. I’m glad they are working on it and have chosen the WebKit renderer. But I don’t believe we will be able to use it before a year of its release unless they provide it as a standalone API. People using PowerPC cannot even run Java 1.6 applications yet, we had to downgrade the application to work with Java 1.5 which is missing a lot of new interesting features like SysTray and more desktop tools.
What I’d like to see more with Swing is the window transparency for example, and the ability to create windows with custom shadows and rounded corners. ( I think that’s is now available with JavaFX).
Another interesting missing feature is the blinks in the task manager and the bounces in Mac OS X. There should be a simple function for the JFrame to do that.
One last missing feature in Swing and DesktopTools is the ability to change the screen insets. I would love to create an always on top floating window on the right just like Windows Vista’s Sidebar. I can imagine Woopra on the sidebar and always on top, showing live stats without intruding on other application (This is doable at the moment but we cannot change the screen insets). That would be awesome.
Woopra client has great responsiveness and excellent non-intrusive animations. How easy was it to code this functionality in Swing?
Almost 99% of the components you see in Woopra extend JComponent. I spend most of my time painting components. I spend sometimes hours testing colors, gradients on a simple simple button. Graphics2D is an amazing class that allows you to create whatever you need for your application. I didn’t really rely on the Swing components, I created my own layouts, buttons. You can easily notice that all the components are selfmade.
Do you have any plans to extract the Woopra skinning layer to a standalone look-and-feel library?
No, since I’m extending swing not skinning it.
Woopra client looks like a perfect candidate to be ported to JavaFX, the new direction of client Java. What are your thoughts on this topic?
I haven’t explored JavaFX a lot yet but I think it’s too late now to switch to JavaFX. I’d rather have more control over the animation and drawing. Swing is really huge and I’m learning more and more everyday about that package. I’m afraid Sun would consider JavaFX as Swing 2 and stop their core swing development. JavaFX and Swing should be parallel projects.
Anything else that you would like to add?
I’d be happy to develop Look and Feels for Swing, but I wish there are enough documentation on the web to do so.
Woopra 1.3 is close to be released which is more interactive, attractive, fast and optimized.
I want to thank you for interviewing me and I want to salute the other people behind Woopra today: Jad Younan, John Pozadzides, Vi Kim Vu, Lorelle VanFossen and Chris Patton.
The original “Java desktop wishlist for 2008” was posted a little more than a year ago, and today i am reposting it in its entirety. You can see the reasons why at the end.
While the Java blogosphere is raging with debates on closures, properties and other negligible language-level features, the client-side battle is still fought between Microsoft, Adobe and Apple. And while finally Sun decided to step in with JavaFX and improved applet handling, this will change little without the tools for content handling.
As i already said, the customers don’t care about the technology. In “The Agnostic Geek“, Brandon Carson writes:
when you look at a web page, do you think, “Gee, I wonder if they coded this in BBEdit or Dreamweaver?” I don’t know about you, but I don’t give a flip what software product is used to create a web page. Use TextEdit for all I care.
And so, who cares that the applets will load instantly when there are so few good applets? Just look at the amazing breadth of Flash content created by professional designers. Content that has rich multimedia capabilities. Capabilities that come built in with the platform. Platform that is oriented towards content.
So, what are my top two wishes for Java desktop for 2008?
Number one: Cross-platform support for H.264 and FLV formats.
Showing is good, but it also must support creating the content and editing the content (just look at the Sliverlight demoes). And don’t tell me that 99.9% of the market doesn’t need editing. If you want to lead the market, you have to cover everything that the competition has and then some.
I don’t know about the licensing issues, but the reference implementation for H.264 is not that big. And Onavia already has pure-Java player. So it can’t be that hard once you decide to put as many resources on that as you do on JavaFX. And even better, accelerate it with OpenGL and Direct3D, while at the same time gracefully degrading to software loops on older cards.
Number two: Converters and viewers for competing markup formats.
You know what i’m talking about – those pesky competitors that have 99.9% percent of the consumer-facing rich desktop market. Flash / SWF, Flex / MXML and WPF / XAML. Each has its own set of designer tools for creating rich content. Each has armies of professional designers versatile in using those tools, in addition to Photoshop, Maya and others. Do you really expect them to master yet another (unproven) designer tool?
If JavaFX wants to have a fighting chance, it needs to provide a simple migration path. A path that allows taking an existing Flex / Silverlight application and importing it to JavaFX (at least the visuals). XAML has at least three – converter from Maya, converter from Photoshop and converter from SWF. The importing is not enough. You have to have exporting as well. If you’re not convinced, read what Joel Spolsky says about how Excel managed to overpower Lotus:
And this reminded me of Excel’s tipping point, which happened around the time of Excel 4.0. And the biggest reason was that Excel 4.0 was the first version of Excel that could write Lotus spreadsheets transparently.
Yep, you heard me. Write. Not read. It turns out that what was stopping people from switching to Excel was that everybody else they worked with was still using Lotus 123. They didn’t want a product that would create spreadsheets that nobody else could read: a classic Chicken and Egg problem. When you’re the lone Excel fan in a company where everyone else is using 123, even if you love Excel, you can’t switch until you can participate in the 123 ecology.
If you want to have professional designers to switch to JavaFX, provide a clear path back. Not that they’ll take it (of course, if the tools and the runtime are bad, they will), but it will give them a nice sense of security.
An extra step would be to allow using the same exact content at runtime without converting it to JavaFX. Soyatec does it partially for XAML, so it can be done. But if you do it, support the complete feature set (including 3D and, guess what, rich multimedia). A bonus part would be to include a bitmap to SVG converter – see VectorMagic for inspiration.
That’s it. I have only two wishes. Granted, these are two big hefty wishes. Will they come true? The first one might partially be, and the second one is highly unlikely.
So, why the repost? The reasons are quite simple – these two wishes have not been addressed in 2008.