whenever i design the application the code aint generating...why this is so??
Printable View
whenever i design the application the code aint generating...why this is so??
What do you mean? The generated code is collapsed. May be you did not notice that.
no u dint get my question...i know the code is collapse.
now for example if i create a new project.in the design mode i drag n drop textfields n labels.i assign variable names by using properties window.those names are used in the collapsed code,,they r initialized etc...right??that code is not coming...so in fact whatever i do in the design mode doesnt get coded and so i ve to design using java code myself..ne solutions to this??
i m using netbeans 5.5.1
Hmm, Those codes should inside the collapsed non-editable method (i guess its name was initComponents()) If it is not there, you should get some error messages. There should be some hint shown to you to solve the problem. May be you copied the project files to a new place and the new project's forms are read-only...