- Oil change ?RM 8.00
- Radiator flush ?RM18.00
- Transmission flush ?RM30.00
- Inspection ?RM15.00
- Exhaust replacement ?RM100.00
- Tyre rotation ?RM20.00
Create a GUI application that allows the user to select the above services (using check boxes or radio buttons) and then displays the total charges based on the selected services (by clicking a button)How to do this using netbeans? please help me.?Basically before you can create a GUI application from within Netbeans
(version 6.7 or 6.8) you have to download and install the Qt SDK from
Nokia.
http://qt.nokia.com/doc/4.5/index.html
The SDK is coming with the Ming compiler environment,
which you have to configure from within Netbeans.
it is a fairly complex procedure. There also seem some
bugs in the version 4. So probably you could consider
downloading an ealier version from here:
http://qt.nokia.com/doc/
All the best