schoettl / ScotlYard

Scotland Yard board game
0 stars 0 forks source link

"Donk" bei selectPlayer fail #36

Closed schoettl closed 12 years ago

schoettl commented 12 years ago

Das Donk soll im Observer bei arg instanceof Player ausgelöst werden. Hab iwo im Sourcecode von JTextField gesehen wie das geht.

Das ist doch nicht kritisch, weil MrX dadurch nicht verraten werden kann: Unsichtbar -> Kein MausEvent -> selectPlayer -> kein "Donk"

schoettl commented 12 years ago

http://docs.oracle.com/javase/1.4.2/docs/api/java/awt/Toolkit.html#beep%28%29 Quellcode anschauen... warum steht in Doc von Toolkit "Most applications should not call any of the methods in this class directly. "

schoettl commented 12 years ago

Ich benutze jetzt UIManager.getLookAndFeel().provideErrorFeedback(null)