Quote Originally Posted by abcat
Hi, is there any website have a lots of sample code and eg. to download. I'm quite new to JAVA cos no sticky threads for this.

& also how can I do a simple buttongroup with captions?

TIA
This is Java not VB6 (i.e. Object oriented) You can create an Array of JButton objects and give each a text (using setText method), maybe use a loop for that