Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Proyect, some errors with JPanels can someone help?

807607Jan 15 2007 — edited Jan 15 2007
This is only the GUI, I understand why the console give me that's errors, can someone help me, the link is : http://rapidshare.com/files/11843848/TragamonedasV0.8.rar


this code are the problem, i think:
 
//determinates the visible panels
int PanelVisible(){
int i;
for(i=1;i<38;i++){
if((i>3&&i<16)||(i>16&&i<22)||(i>22&&i<28)||(i>22&&i<24)||(i>23&&i<25)||(i>24&&i<26)||(i>25&&i<27)||(i>26&&i<28)||(i>29&&i<31)||(i>31&&i<38))
continue;
if(pnlPaneles.isVisible())
break;
}
return i;
}
and
//check if on a range of panels, some are visible
int estaVisible(int start, int end){
int i=0;
for(i=start;i<=end;i++)
if(pnlPaneles.isVisible())
break;
return i;
}

Help me plz i Need it

PD: mi email, to msn is ajec89@gmail.com, sorry I speak spanish , i write better i can

Message was edited by:
iTzAngel
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2007
Added on Jan 15 2007
24 comments
96 views