| Summary: | When trying to move empty cell, NullPointer exception is thrown | ||
|---|---|---|---|
| Product: | Chess Game - Group 24 | Reporter: | sskawle2-c |
| Component: | GUI | Assignee: | Assan Kozhin <akozhin2-c> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gsalter2-c, sskawle2-c |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Mac OS | ||
|
Description
sskawle2-c
2022-11-06 13:28:05 HKT
Quick fix related to GUI. Simple if statement to check if currently selected is null in `public void mouseReleased(MouseEvent e)` in Gui.java. |