Carl Antaki’s blog

October 26, 2009

Bloom 2.6 released

Filed under: facebook, swing, Java — carl @ 9:41 pm

Bloom 2.6 has been released. Photographers using IPTC to tag their photos with Aperture, Adobe Lightroom, Picasa or any other software will love this release it as Bloom can now import all the IPTC metadata they want into the photo caption.
To customize the keywords go to the Preferences dialog and click on the Photo tab as seen below, click on the Add button and then click OK or Apply, you need to restart the applications for the changes to take effect:

Bloom - Customize IPTC metadata

Bloom 2.6 brings the following:

  • Adds the ability to customize the imported IPTC metadata
  • Fixes the proxy server support
  • Enlarges the photo caption text area for a better user experience
  • Adds the support in the help for Snow Leopard and Windows 7.

Get it from http://getbloom.com

April 26, 2009

Bloom 2.1 released

Filed under: facebook, swing, Java, Uncategorized — carl @ 10:54 am

Bloom 2.1 adds the ability to import photo exif information. You can enable it from the Photo tab in the preferences menu. It brings first class Mac OS X support with a native DMG installer. It improves the album UI.. More on that here

Bloom 2.1 on Mac OS X

Get it from getbloom.com

August 9, 2008

Bloom 1.6 released

Filed under: facebook, swing, Java, Uncategorized — carl @ 6:25 am

Bloom 1.6 has been released. It brings the ability to download albums, sort photos by name and other attributes as well as it fixes the upload to an existing album.

Get it from http://antaki.ca/bloom/

Windows: http://antaki.ca/bloom/Bloom_1_6.msi

Webstart: for Mac and Linux

June 20, 2008

Bloom 1.2 has been released

Filed under: swing, Java, Uncategorized — carl @ 6:31 am

Bloom 1.2 under Windows with the Nimbus Look And Feel

Bloom 1.2 has been released. It brings new Look And Feel improvements, authenticated Proxy server support, fixes important bugs and adds french support. Bloom 1.1 brought a new filmstrip view, the possibility to view your friends photos and great performance improvements.
Get it from http://antaki.ca/bloom/

Windows

Webstart: for Mac and Linux

May 17, 2007

Useful Java VM switches

Filed under: Java2D, swing, Java — carl @ 6:48 pm

These switches apply to Java 5 and up.

Switch Description
-Dsun.java2d.d3d=false Disables direct3d in case you have a problem in full screen mode, this solves also the bug 4417798
-Xms: ex. -Xms64m Default Java heap size
-Xmx: ex. -Xmx1024m Maximum Java heap size
-XX:+PrintGCdetails Prints the basic GC information
-XX:+PrintGCdetails Prints the detail GC information
-client Uses the client JVM
-server Uses the server JVM

May 9, 2007

JavaFX!

Filed under: Java2D, swing, Java, Uncategorized — carl @ 9:45 pm

Sun announced yesterday that they are building JavaFX their next generation scripting technology which is their answer to Adobe’s Apollo and Microsoft’s Silverlight technology. The beauty of JavaFX is that it’s going to run on Desktops, cell phones, Blue Ray players and other devices.

JavaFX is going to bring Java2D and Swing to the masses.

March 14, 2007

Java Traversal Policy

Filed under: swing, Java — carl @ 11:22 pm

Swing Custom traversal policy is so easy to use check it out:

http://java.sun.com/docs/books/tutorial/uiswing/misc/focus.html

What should be done is to write a class that extends FocusTraversalPolicy and then provide a collection of Components so that we won’t have to implement the class over and over in an application.

Powered by WordPress