Home will be in green lettering.
The # is the button ID, so you will need to memorize that for Actionbuttons.java
The 274 is the ID of the Tab so just keep that the same.
OK, now that you have the button and everything made, save and close Frames.java and open up Actionbuttons.java.
Code:
case 274:
Code:
if (buttonId == #) {
Again, the # is the button ID so you MUST use the same ID that you used in Frames.java!
Under that add: