From: <jba...@us...> - 2004-07-30 05:42:02
|
Date: Thursday July 29, 2004 @ 22:41 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3505/core Modified Files: Actions.java Log Message: Fixed showMenuPatchPopup and createPopupMenu. Problem was that in the Scene Window the Popup didn't work because createPopupMenu made the Popup as a method wide variable. The lead to a NullPointer exception in showMenuPatchPopup. |