No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
ur program is perfectly write but i don't know what's wrong with it. Maybe try using this:- while(true) { //ur code..... ........... ............. ............. if(option==JOptionPane.NO_OPTION /*(or 1)*/) break; } //ur code after /* may be this will work */
[QUOTE=abhi_elementx;694795]Hello folks, I have a Netbeans desktop application with a frame. I have a menu called SALES. Under that i have a menu-item "Import". I have added a mouseclicked event where i call a function. When i click on Import, nothing happens... Plz help. Thanks[/QUOTE] As JavaAddict said better to …
[QUOTE=prateeknigamk;695367]please tell me under what condition we should we use abstract classes and main difference between interface and abstract classes[/QUOTE] main differences b/w abstract classes and interface are: 1. methods in abstract class may have definations but methods in interface have only the prototypes. 2. variables in interface are final …
The End.
fireheart1024