This site requires JavaScript, please enable it in your browser!
Greenfoot back
divinity
divinity wrote ...

2017/1/17

adding checkbox to a panel

divinity divinity

2017/1/17

#
hi I am trying to add checkbox to a panel, but i keep getting this error: invalid method declaration, return type required. how do i fix it and how do you add jcheckboxes to a panel
add(tomato);
   add(greenpepper);
   add(blackolives);
   add(mushrooms);
   add(extracheese);
   add(pepperoni);
   add(sausage);
divinity divinity

2017/1/17

#
and also how do you add radio button to a panel
add(sizeSmall);
danpost danpost

2017/1/17

#
divinity wrote...
I am trying to add checkbox to a panel, but i keep getting this error: invalid method declaration, return type required. how do i fix it and how do you add jcheckboxes to a panel
and also how do you add radio button to a panel
They are both discussed on this page of the java tutorials.
divinity divinity

2017/1/17

#
hi danpost where on this page is the java tutorials am not seeing it anywhere on this page, went looking for it and am not seeing it nowhere plz guide me to where it is
danpost danpost

2017/1/18

#
divinity wrote...
where on this page is the java tutorials am not seeing it anywhere on this page, went looking for it and am not seeing it nowhere plz guide me to where it is
That IS a page of the java tutorials. The information you require about checkboxes and radio buttons is on that page.
divinity divinity

2017/1/18

#
where on this page can u find the java tutorials because I am not seeing it. that is what am i asking
danpost danpost

2017/1/18

#
divinity wrote...
where on this page can u find the java tutorials because I am not seeing it. that is what am i asking
You can go to the beginning of them here.
divinity divinity

2017/1/23

#
thank danpost
You need to login to post a reply.