Thursday, August 07, 2008

Java Swing Balloon Tip

I am developing a GUIs with Java Swing. Awesome, everything fine. Now, today I needed something like tool-tip or balloon pop-up to show various messages. In particular, I find that there are no standard form validation framework, so I created one, ripping off ideas from Zope Formulator. And the validation trigger suppose to pop-up a balloon tip when something wrong and focus the widget. That's fine, validation works perfect, unless you need a balloon tip.

I found one "decent" balloon tip on https://balloontip.dev.java.net/ site. Here how it looks like in Windows with Metal L&F: (pic is taken from the site directly):

Well, it's OK. It's Windows and mostly everything looks ugly there even in Vista, so a combination of blue frame on bluish gray with a squarish hint might be OK for environment that lacks taste and design. But what about Mac? — yeah, I am snob-like a--hole here, sorry. OK, what about Gnome or KDE on Linux and/or Sun Solaris? Windows is not the only OS these days anymore. So here how the whole thing looks like in Mac:


Notice ugly corners and quite crappy close button, not mention that a close button does not fits into a balloon tip paradigm. Well, my double-advice to all Java developers who sticks on Windows platform (there are two messages in one):

People, PLEASE install Linux and/or Solaris to make sure you are NOT providing funny things!..


*sigh*

So and now this is how it should look like (took for me less than two hours to rework entire source code, throwing lots of things):


Now I am happy. :-)

P.S. And yes, it does not need a close button — just click on it...

Wednesday, July 23, 2008

Crippled Apple LaF for Java Swing

Recently I found very-very unpleasant thing with Apple Look & Feel for Swing on OSX. On JDesktopPane, to get all the internal frames getAllFrames() is called. Works fine everywhere except OSX: it does not returns iconified frames. The reason, because they are not JInternalFrame.JDesktopIcon instances as normally everybody else in the World does, but are apple.laf.CUIAquaInternalFramePane.Dock instead. WTF?.. At first, I wanted to abandon OSX LaF and use something else instead. But "Substance" release that works on Java 5 is hell buggy and still very ugly on the same Java 5. New Nimbus LaF is really cool, look great, works and feels awesome, but... looks like an alien in OSX reminding me all this GTK things with X11. Additionally, it does not run on Java 5 at all.

Why Java 5? Yes, it is old, but thanks to (inaudible) Apple, there is no Java 6 on Tiger that the whole thing should also run. In fact, Apple LaF is the best for Java 5, allows font anti-aliasing, behaves correctly as OSX app should and overall looks great, so I do not really want to abandon entire LaF either.

Thus ss a consequence, to get code working everywhere without tweaks and if/else uglyness to detect what platform it runs on, I had to implement my own window tracker.

* * *

Works fine, but still pisses developers off, when everybody have to have dozen workarounds or class extensions to fix here/there various "broken bones".

Apple wants to go Enterprise? Steve, which object of your body you use when you are thinking about Java versions interoperability (an enterprise industry standard, no matter somebody wants to accept it or not) between OSX versions? So what should I do if I have heterogeneous environment with various Macs and PCs and want to go with less old stuff (soon we will have Java 7, while Apple is enforcing me to use Java 4 or even 4)?.. Right: throw macs away from the Enterprise, because they are not compatible between each other, install PCs and bite yourself for other things they brings to you... But to get rid of most advanced desktop OSX workstations is what I definitely do NOT want to do either.

Very stupid.

Saturday, July 05, 2008

HDR Image

This is my very first HDR image:

Nothing really special, except that I found (once again) for buying cheap stuff is always equals to losing your money. In my case I bought a cheap tripod. As a result, HDR image is not really crisp and sharp, because camera slightly change position per each frame. :-(

Sunday, June 22, 2008

Screenshots Series

Few funny (or not) screenshots I took recently.

First one — Sun Solaris 10 installation. I did not noticed it much before, but that's how bad design of UI installers done. The question is: why do I need to see huge Solaris logo twice and who needs to read stupid useless incomplete Help hint that says for to go to next screen I have have to click on button "next"? Who need this screen and why there are no any functionality on it? They could use this amount of space to do something actually useful: agree to licence or start selecting components etc. No, instead you see this:

You think it is only this one screen? No. If you go through entire Solaris installation (that is unable to complete on my hardware, unfortunately) you will see lots of things like this everywhere. Instead, OpenSolaris looks indeed very promising and actually cool. Some people have complains for packaging, but that's other topic. :-)

The next one is on Dell website. Not much comment for this new Linux logo on the left side:



The third one is from apple.com and is interesting. On the site with series of video-based "howto" is a title: "Find out how". While watching a movie, I captured this frame that shows interesting combination. The only question is: find out how what... If the context is "how to configure XRaid with XServer and find why it always does not works properly", then the answer is probably just in front of you on the cover-flow... :-)

L337 h4x0r spam

I've JUST created new mailbox... And it already got L337 amount of spam crap... :-(

Beautifully Engineered Opera 9.5

I wisited opera.com for an update for Opera browser that likely "won" Acid 3 test from Safari. The website says:

beautifully engineered
Discover the new standard in Web browsing. Download Opera today to get the fastest and most powerful Web browser available and make the most of your time online.

However, after removing fugly opera's default "Macintosh native" skin and replacing it with something that actually tries to resemble Cocoa, the real beauty looks like this:


I understand it is still better than recently released Firefox 3. But... yet, Opera, you need to try harder... Me? I am just fine with WebKit (Safari) on Mac that is fastest and gets 100/100 with no any problems (grin here).

P.S. The "winner" of Acid 3 was actually Opera 9.0 for some weird reasons...

Tuesday, June 10, 2008

Salute To Cisco VPN

I just ran find / -perm +00002 -ls > /tmp/world-write and among other crap I found this hilarious thing:

731350 0 drwxrwxrwx 13 root wheel
/etc/opt/cisco-vpnclient

3731351 0 drwxrwxrwx 49 root wheel
/etc/opt/cisco-vpnclient/Certificates


Great installation, Cisco!

*morons* :-(