How many Swing (button, text field, label, etc) can I use in Java NetBeans because I have 700+ swing in my project and when I run the program it says Error: can't load main class.
            Asked
            
        
        
            Active
            
        
            Viewed 41 times
        
    0
            
            
         
    
    
        mehrdadep
        
- 972
- 1
- 15
- 37
- 
                    please post the full stack trace of your program. – Rakibul Haq Jan 01 '18 at 08:53
- 
                    I don't think the error relates to the number of components you have, it relates to how your project is setup – MadProgrammer Jan 01 '18 at 09:01
- 
                    for the error Could not find or load main class, it is a path issue, swing has nothing to do with that, try to take a help from this url - https://stackoverflow.com/questions/18093928/what-does-could-not-find-or-load-main-class-mean – ArifMustafa Jan 01 '18 at 09:02
