reset password
Author Message
AB4586170
Posts: 19
Posted 15:28 Oct 06, 2018 |

Do I need to make a separate method or class to assign the functions to the "Undo" and "Redo" buttons in TicTacToePane.java file?

Last edited by AB4586170 at 18:03 Oct 06, 2018.
AB4586170
Posts: 19
Posted 18:03 Oct 06, 2018 |

Does anybody know?

mflore24
Posts: 9
Posted 18:14 Oct 06, 2018 |

No. you should be able to do it in the TickTackToePane class. Just look at how the labels are setup, its similar to that.

AB4586170
Posts: 19
Posted 18:17 Oct 06, 2018 |

You mean the setUpLabel method?

mflore24
Posts: 9
Posted 18:27 Oct 06, 2018 |

Yes. a separate class is not necessary.

AB4586170
Posts: 19
Posted 18:30 Oct 06, 2018 |

Does that mean I need to make if-else loops for both the "Undo" and the "Redo" buttons in the setUpLabel method?

Last edited by AB4586170 at 19:47 Oct 06, 2018.
AB4586170
Posts: 19
Posted 19:54 Oct 06, 2018 |

Or what else can I do? PLEASE HELP ME!

Last edited by AB4586170 at 20:15 Oct 06, 2018.
AB4586170
Posts: 19
Posted 20:51 Oct 06, 2018 |

Can anyone answer me please? This is VERY important! I need to know exactly how and where to set the functions for the Undo and Redo buttons.

Last edited by AB4586170 at 21:27 Oct 06, 2018.
AB4586170
Posts: 19
Posted 22:35 Oct 06, 2018 |

Do I REALLY need to make an if-else loop for each function in the setUpLabel or addHBox method? Someone PLEASE reply.

Last edited by AB4586170 at 22:36 Oct 06, 2018.
AB4586170
Posts: 19
Posted 23:00 Oct 06, 2018 |

FORGET IT! Assignment is due in an hour and nobody is willing to help me out. I'll figure it out myself.