| | |
Any chance of a little help?
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
static final int ROW_SIZE = 10;
static final int COL_SIZE;
You are declaring ROW_SIZE AND COL_SIZE as final ....
when a variable is declared as final ... its value cant be changed at any stage of the program. And you are changing the values of both .. so it wont compile.
static final int COL_SIZE;
You are declaring ROW_SIZE AND COL_SIZE as final ....
when a variable is declared as final ... its value cant be changed at any stage of the program. And you are changing the values of both .. so it wont compile.
![]() |
Similar Threads
- News Story: Yahoo! Takes A Chance (Pay-Per-Click Advertising)
- First chance exception 0xC0000005 ACCESS_VIOLATION (C++)
- Can the generation of "Random Numbers" be really left to chance ??? (Geeks' Lounge)
- Is there any chance to get quick cash loan with having bad credit history? (Geeks' Lounge)
- Last Chance - Half Off! - 300gb Storage 2,000gb Bandwidth (Web Hosting Deals)
- Do you get a chance to enjoy your community? (Social Media and Online Communities)
Other Threads in the Java Forum
- Previous Thread: Talking with the hardware
- Next Thread: code repeatedly 2 ask user 4 a password until correct (=Java) but cant c wots wrong.
Views: 2366 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for Java
android api apple applet application apps arguments array arrays automation awt binary bluetooth businessintelligence busy_handler(null) card chat class classes client code collision component constructor database draw eclipse error event eventlistener exception file fractal game givemetehcodez graphics gui helpwithhomework html ide image input integer j2me jar java javafx javamicroeditionuseofmotionsensor javaprojects jmf jni jpanel jtree julia link linux list loop machine map method methods mobile netbeans newbie number object oracle parsing plazmic print problem program programming project recursion scanner screen server set sharepoint size smart sms socket sort sortedmaps sql string swing test textfield threads time transfer tree unlimited utility webservices windows






