I create the GUI using the netbeans,I need to adding Drag and drop components to my project.but I tired of doing this.netbeans is not supporting (or not dragging correctly)drag and drop while the programme in the running.so I need your helps?
Share
Does Netbeans bring up any kind of error (like the component can’t be initialized or something??).
If so you can find the logs in
{user}/.netbeans/{version}/var/log/messages.logOn Windows 7, that would be
/users/{user}/.netbeans/{version}/var/log/messages.logNetbeans 7.2 moved it to .AppData/local (I think – check roam if it’s not there)
This will give you an idea of what the error is (includes a nice stack trace)
Also remember that components in the palette require a empty constructor