Sunday, December 30, 2007
Swing Fuse - Style Injector
Swing Fuse will be very much useful when we create rich client application. Swing fuse is not for traditional swing programmer who use Swing as it comes from Sun. (like me!) But when you create rich looking applications swing fuse comes really handy. When you work with rich client apps, UI and colors are most important and it keep changing. So hard coding them in a code is not a good idea and swing fuse is the solution for this. Just inject the UI information.. That's it!! pretty cool ah! Didn't try this out.. but looks promising... More about Swing Fuse is here..
http://www.javalobby.org/articles/swing-fuse/
Keep Swinging till then.. Good bye..!
Friday, December 28, 2007
Microsoft surface
Great... Have look here!
http://www.on10.net/Blogs/larry/first-look-microsoft-surfacing-computing/Default.aspx
Java IDE wars !
But my ignorance didn't last for a long time.. I came to know about Eclipse and later exposed to couple of other IDE. Still I love and use eclipse in my day to day work. I tried using Netbeans, but I didn't like it.. Some basic features like a. Progressive search (available in 6.0), b. Call Hierarchy etc. are not available in NetBeans (to name a few). There are other IDEs which I haven't used yet.. Some IDEs comes for free and other for cost.
This podcast compares the various IDEs and the feature of IDEs in 2008.. But still Eclipse rocks and I will continue to use Eclipse .....
http://www.javaworld.com/podcasts/jtech/2007/121807jtech007.html
Read-Only Collections...
Collections.unmodifiableList(
If somebody tries to edit the derived list, they will get a neat UnSupportedOperationException. You might wonder why would you need such a list.. If you are working on project with some 50 odd people and you need to make sure that your list (which could be used in some other place) should not be modified by any other fellow programmer, this is the right way to do..!
Happy programming !
This could really come handy in some scenarios as I said above..
Good Bye!
Monday, October 09, 2006
Java and Vista not playing well together....

Well, we all are dreaming about vista the new operating system from MS. Eventhough we have many good news about vista, there are few bad news about it too... When the project was initially started,
********************************
Two items at dzone.com caught my eye this week and seemed worth mentioning to you. First, barring the occurrence of some major unforeseen problem, Microsoft is just one final test version away from releasing the “golden master” of its new Vista operating system. This is really big news for both Microsoft and the industry as a whole, even if
The second item was a disconcerting one, at least one the surface of things. It appears that Vista and certain desktop Java applications do not play well together. One of the most prominent features of
So, let’s put two and two together.
Courtest : http://www.javalobby.com
************************* Newsletter ends ***********************
This too from javalobby...
Interesting, it seems that in the most recent post-RC1 build of Vista (5728) when you run Java applications (either Swing based or SWT-based, like Eclipse) not only are the Aero/Glass effects disabled for the individual application, but completely disabled on the desktop until you close the Java application.
*****************************************************************
Well, some argue that it's
It's related to OpenGL usage. You may need to download an OpenGL driver from Khronos that is native
It's not Java specific. Any OpenGL app that is windowed and not full screen will cause the problem. I think only NVidia offers a beta ICD driver for
******************************************************************
I'm waiting for