Archive for the ‘almond.ui’ Category

Java Font Selector

Sunday, March 21st, 2010

This image contains six objects of the new AFontSelector class. The button opens the font dialog.

Java Font Dialog

Sunday, March 21st, 2010

This weekend I begun to work on a font dialog. It is functional but in need of some polish.

Java Font Dialog

Java Font Dialog

Icon Theme Manager

Sunday, March 21st, 2010

Now there is an IconThemeManager in Almond. It includes an almost complete version of the Oxygen theme (16×16), and it also makes it possible to select a locally installed icon theme, as long as its follows the naming convention. Check the docs for the complete list.

System Settings integrated to the framework

Saturday, March 13th, 2010

The System Settings are now integrated in the main frames menu for easier access. Every setting is still global for all Almond applications.

l10n – Language selection

Thursday, January 28th, 2010

Every Almond based program can be set to use the global (set by Almond System Settings) language or a primary and a fallback language from a list. Default primary is the system language and default fallback is English. Component direction, left to right, right to left, is handled automatically.

updated javadoc for almond.ui

Friday, January 1st, 2010

There is a new version available of the javadoc for almond.ui.

AApplicationPanel.java

Friday, January 1st, 2010

I just committed a new class that extends JPanel, implements some Almond interfaces and adds some extra function. AApplicationPanel.java makes it easy to add panels that are aware of the Almond environment and events. It is for example used by the About and License dialog.