In the previous tutorial of Java Graphics, I explained about panels, frames and windows which we can put our items. But we didn't set the layout of the window , panel or frame in our last tutorial, what we did was we used the default layout.
Today in this tutorial we will be understanding about the different types on Layouts that are available for us to use and manipulate our GUI.
As we all know that we can make games with the help of java libraries that provide us with the graphics needed for making them. So today I will be starting a very new section on Java Graphics. I had earlier made posts on How to make an income tax calculator.
To start with here are some prerequisites :
-You should have fair idea about java syntax because I am not going to teach that. Graphic Design College is a good educational resource in learning more about Java.
-You should have Eclipse downloaded (anyone will do i.e Indigo, Galileo, Ganymede etc.)
- You should Download acm.jar file and include it into your project as an external jar file.
With many of people giving Income tax each year this application would be a cool application for them as this will calculate their Income Tax in just few seconds. Its a java application. What you need to do is just change the tax % every year and then import it using ECLIPSE IDE..
Eclipse IDE has this feature of importing project as executable jar files which help them to run just by double clicking on them.