i mean without writing any code,is it possible to have a drag and drop mechanism for adding textbox,buttons,radio buttons etc as one has in Visual Basic???
2) I, and many people with me, think that you shouldn't write user interfaces using a GUI builder. You will not know the internals of how event handlers etc work, and you will be unable to write GUI programs when you are forced to give up your IDE (like when your employer uses a different one).
2) I, and many people with me, think that you shouldn't write user interfaces using a GUI builder. You will not know the internals of how event handlers etc work, and you will be unable to write GUI programs when you are forced to give up your IDE (like when your employer uses a different one).
ya totally write sir but the thing is that we need to submit our cclass project within a predefined time so besides netbeans anything else,if you can suggest?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Vishal Hegde wrote:besides netbeans anything else,if you can suggest?
Eclipse and IntelliJ have GUI builders as well. I, too, shy away from them.