Posts Tagged ‘ Swing ’
While working on the gui for simple rowLog last night I came across the problem of trying to send the keyboard input to a popup-menu to a text entry box. It turned out the dispatchEvent() method of Swing components doesn’t do what it says and dispatches the event to the keyboard manager instead of the [ READ MORE ]