Hi!
I thought to write this post & the rest of the post associated with the Cloud tag 'Net Beans' to avoid getting so many phone calls during the day for simple problems that occur when using Netbeans IDE, our most reliable Java IDE. (integrated development environment)
So, from now on with my posts I hope to give solutions for simple problems, that will sure be helpful to you.
To begin with I picked 'Removing Unnecessary Events with NetBeans IDE ?
You'll sometimes experience when dragging a java swing button, text box or Etc you'll get events that you'll have by accidentally double clicking on the particular item & your code is filled with unnecessary events that you don't need to have.
You'll be seeing events like following when you right click and go to events.
Please follow the steps given below.
1. Right Click on the Button & go to Properties.
2. You'll be seeing Property Window and Click Events Tab.
3. Then, you'll see the event list. Pick your event that you need to remove by clicking on the button besides the drop down. ('...' as the value)
Now, you remove the event from the menu by clicking Remove Button.
4. Then, click ok & you'll see, that you've already got rid of the unwanted event.
Enjoy !
I thought to write this post & the rest of the post associated with the Cloud tag 'Net Beans' to avoid getting so many phone calls during the day for simple problems that occur when using Netbeans IDE, our most reliable Java IDE. (integrated development environment)
So, from now on with my posts I hope to give solutions for simple problems, that will sure be helpful to you.
To begin with I picked 'Removing Unnecessary Events with NetBeans IDE ?
You'll sometimes experience when dragging a java swing button, text box or Etc you'll get events that you'll have by accidentally double clicking on the particular item & your code is filled with unnecessary events that you don't need to have.
You'll be seeing events like following when you right click and go to events.
Please follow the steps given below.
1. Right Click on the Button & go to Properties.
2. You'll be seeing Property Window and Click Events Tab.
3. Then, you'll see the event list. Pick your event that you need to remove by clicking on the button besides the drop down. ('...' as the value)
Now, you remove the event from the menu by clicking Remove Button.
4. Then, click ok & you'll see, that you've already got rid of the unwanted event.
Enjoy !
No comments:
Post a Comment