English

JFrame lack some feature, let's turn to AMEJFrame

The main problem using Swing is that you need to write a lot of code before seeing any application running, simply to display a window, that close itself, with a menu, you need to write at least 10 lines of code. Each time you write a new application, all this line will be the same. So first I created EJFrame simply to avoid some of the line to write, but now, I'll get even more ahead writing an class that will help with me menu creation and the display of an information panel that indicate who wrote the software.

Simplified menu creation

Menu creation could be a hard work, so for creating the upper menu, you will have only to use the function addmenus("File;Edit;Options"); each of this name will represent an entry in a file that will contain the translations.

Program Applets in the same way