Currently, when the speech recognizer displays the silent-mode input window, it is centered on the screen, which looks a bit awkward. It would be nicer to center the input window with respect to the current document. However, the currentDocument in the Main class is set to null quite frequently: in particular, when the speech recognizer window (with the input volume bar) is displayed.
Figure out a way to place the input window more nicely. A relevant place is marked in the source code with #142.
Currently, when the speech recognizer displays the silent-mode input window, it is centered on the screen, which looks a bit awkward. It would be nicer to center the input window with respect to the current document. However, the
currentDocument
in theMain
class is set tonull
quite frequently: in particular, when the speech recognizer window (with the input volume bar) is displayed.Figure out a way to place the input window more nicely. A relevant place is marked in the source code with
#142
.