Abstract: There is no feature provided in ā€˜C’ language to drag and drop the components and change their properties like in VB. To overcome this limitation we have created a Graphical User Interface (GUI) onto which you can drag and drop the components and change the properties of respective components. Once you drag the component(s) on GUI, a ā€˜C’ code is generated in a file for the respective component(s) at the backend. You will get the same output as you have drawn the component on GUI.
The project aims at developing an application using Java Technology. It is suitable for the users working with C-Graphics for application development. Using this Application we can create the forms for the C. We give the control like button, Text box, Option button, Check Box, label, circle, line, rectangle. From Property window we can change the properties like color, background color, x-pos, y-pos, etc. From this application user can generate the form he can save it as a C program so that when he run the same program by C compiler he get the same form with all proper events.