Jordan Deyton - 2014-04-24

With the previous rendering settings, the jME3 app consumed the mouse clicks when they are inside the panel.

With AwtPanels, it may be possible to get the current mouse click location since AWT is a sort of middleman for mouse and key events going between Eclipse and jME3.

So far, I've had no luck getting the context menu to appear in the proper location, but I haven't looked at it since I switched the jME3 app to use AwtPanels.