Skip to content
Fabrice Morin edited this page Sep 15, 2021 · 3 revisions

Welcome to the EasySwing wiki!

Here you will see the entire documentation about this API


this api is still in development so it is more likelly that this documentation will change and have new pages !

first of your Main class will need to be extends to EasySwing just like that

After that in your Main function you will be able to add these two lines of code :

getFrame().setDefaultPanel(Your Panel).setFrameResolution(widthOfSoftware, heightOfSoftwarre).setFrameTitle("Your Page Title");
launch();

You will need to make a panel after that. For that just create a new class extend it to EasyPanel just like when you extend you Main class. And you can start you project and VOILA your software is now ready to start!