Hi all
NetBeans, the only IDE that you need, is celebrating its 10th B'Day and on this occassion, I would like to share the features of a project that has been developed by one my IcOSUG Member. The project was to develop a GUI Calculator that is more user customizable. The user can change the skin of the calculator and also the can customize it according to his comfort.
According to the developer: "The calculator is capable of handling multiple operators being pressed after the other in a long expression (it is not a single operator and two operators calculator).The calculator does not give priority to multiple operators pressed one after the other in an expression, Suppose there is an expression a+b-c/d, 1st a+b is calculated then c is subtracted from the result and then the entire result is divided by d.
When either the sin ,cos or tan button is pressed the inverse is calculated if inverse button has been pressed before ,the hyp is calculated if hyp button has been pressed before ,the inverse is calculated if both inverse button and hyp have been pressed ."