Friday, January 8, 2010

Libraries dependencies + source code repository

You can find the required libraries at:
http://kenai.com/projects/mabs-swing/downloads/download/lib.zip


You can find the source code repository at:
https://svn.kenai.com/svn/mabs-swing~source-code-repository


The source code contains already several components/demos. I am trying to centralise there all the common components I am usually using in my projects, I will try to write articles about most of them.

The main required libraries, I am using, are the following:
-Substance: My favourite LAF .
-Trident: for animations + required by substance
-Miglayout: the easiest and most readable layout manager around imho.
-SwingX
-JXlayer
-Filers from jhlabs
-jide-oss

Some components are developed to match specialy substance LAF by querying the skin to get colors, but even if I do that, I try to always see first if substance is the current LAF, if not I use some default colors.

No comments:

Post a Comment