Click here to Skip to main content
16,023,339 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

i need an advice from u guys, i starting to do the sudoku application. My teacher told me to do it in Java but there are many type of java. So i decided to use netbean but i cannot set the image background and when i try to compile and run. Nothing has appear. So do u think i should continue do it in netbean or others? ( eg. eclipse )


thx for any advice
Posted
Comments
Smithers-Jones 19-Jun-10 8:58am    
Shouldn't you ask your teacher first for his opinion?
[no name] 20-Jun-10 3:56am    
Show some of the code that you are having problems with and maybe someone will be able to help. The problem is sure to be with your code, not with NetBeans.

Netbeans is a powerful IDE (Integrated Development Environment). You need to know the difference between Java as a language and Netbeans or Eclipse as IDE's. Java is the same no matter which IDE you use. IDE's just sometimes make things easier for developers.

I don't think you should shift to eclipse. You just need to debug your code and solve the issue. :)
 
Share this answer
 
so i just keep going on to netbean then? but y i cant execute the application?? now my project just have a Label and 1 button only.

Thanks for your help.
 
Share this answer
 
You just need to mess around with the Netbeans for a while and you will be able to do it. It shouldn't be difficult. When you first create a new Java desktop application on Netbeans it will create a project with two sample forms. Maybe, thats where you need to start, start playing around with them and try editing them to what you need.
 
Share this answer
 
ok, thx for your help anyway....
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900