This image contains six objects of the new AFontSelector class. The button opens the font dialog.
Archive for the ‘projects’ Category
Java Font Selector
Sunday, March 21st, 2010Java Font Dialog
Sunday, March 21st, 2010Icon Theme Manager
Sunday, March 21st, 2010Now 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, 2010l10n – Language selection
Thursday, January 28th, 2010Translations updated
Saturday, January 9th, 2010There is a new sub project that contains the translations used in Almond, its name is almond.l10n.data. A couple of new messages has been added and some languages were added too. In the earlier versions, the mnemonics ‘&’ was removed, since the GUI now use setMnemonic(), they are restored.
As of today, the lanuage support is as follows
AR(“???????”),
SE(“Davvi sámegiella”),
DA(“Dansk”),
DE(“Deutch”),
EL(“????????”),
ET(“Eesti”),
EN(“English”),
ES(“Español”),
EO(“Esperanto”),
FA(“?????”),
FR(“Français”),
IW(“?????”),
HI(“??????”),
IS(“Íslenska”),
IT(“Italiano”),
JA(“???”),
// KO(“???”),
KU(“Kurdî”),
LV(“Latviešu”),
LT(“Lietuvi?”),
MR(“?????”),
HU(“Magyar”),
// ML(“??????”),
NL(“Nederlands”),
NB(“Norsk (bokmål)”),
NN(“Norsk (nynorsk)?”),
// PA(“??????”),
PL(“Polski”),
PT(“Português”),
PT_BR(“Português do Brasil”),
RO(“Român?”),
RU(“???????”),
FI(“Suomea”),
SV(“Svenska”),
TH(“???????”),
TR(“Türkçe”),
ZH_CN(“????”),
ZH_TW(“????”);
updated javadoc for almond.ui
Friday, January 1st, 2010There is a new version available of the javadoc for almond.ui.
AApplicationPanel.java
Friday, January 1st, 2010I 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.




