| Summary: | GUI doesn't have an exit button | ||
|---|---|---|---|
| Product: | Chess Game - Group 24 | Reporter: | gsalter2-c |
| Component: | GUI | Assignee: | gsalter2-c |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | gsalter2-c |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Mac OS | ||
|
Description
gsalter2-c
2022-11-28 02:37:33 HKT
Reason: frame.setUndecorated is set to true. Resolution: Set frame.setUndecorated to false. Another issue arises when frame.setUndecorated is set to false, pieces on the board are shifted about 12 pixels down, we need to add this offset when handling mouse click event on the GUI. https://github.com/glennsalter/cs3343-chess/commit/b21243b28d9fdad55400f419b2f12655e468e151 |