I've just spent the last few days rewriting my frontend for AACEnc that I did a while ago.
Some features are:
Multiple input files
Create batch file
All settings I'm aware of are graphically represented
Saves some settings
The frontend is written in java and therefore requires JRE 1.3.1 (http://java.sun.com)
A picture can be found here: http://www.mtek.chalmers.se/~ekdafred/frontend/frontend.png
And the frontend can be downloaded here: http://www.mtek.chalmers.se/~ekdafred/fron...AC_Frontend.jar
Source code is available at my page http://www.mtek.chalmers.se/~ekdafred/inde...ac_frontend.txt
I would appreciate any kind of feedback as this program is my first attempt to learn some programming.