I did have all my classes in one package and it just look ugly. So I made a package for each button using MVC design pattern and now it much easier to understand. However now it will not run. I simply changed the package name for each button and when the red line came under the package it gave me the option to add this class to the new package name. All errors were gone and now I am getting this error:
Error: Could not find or load main class org.Home.DataBase.StartUpMenuController
But there is a main method in this class but the package name is actually (package mainMenu.Home.DataBase the old name was org.Home.DataBase the class name is StartUpMenuController (this class has the main method)..
How can I fix this ?
--- Update ---
Never mind got it working, not sure what I did though.... HUmmmm
--- Update ---
How do you mark [SOLVED] on this thing?