luhsra / MinimaxSimulator

Platform independent GUI-based Minimax simulator
https://luhsra.github.io/MinimaxSimulator/
MIT License
7 stars 5 forks source link

MemoryChangeDialog seems to be opened several times #30

Closed prohde closed 6 years ago

prohde commented 6 years ago

The MemoryChangeDialog seems to be opened several times. This bug first appears in v1.1.2.

prohde commented 6 years ago

The bug seems to only occur on Windows machines.

prohde commented 6 years ago

With the current Java version (8u161) I can not reproduce this issue.

prohde commented 6 years ago

The issue is reproducable.

  1. create a new project
  2. load a project

Then the dialog shows up twice. Seems to be an issue with the listener.

Possible fix: deregister listener on project close