Open GoogleCodeExporter opened 9 years ago
Just select your objects and click on the cross button to delete them or on the
up/bottom arrow buttons to move them in the list. The buttons are the ones next
to "new" and "rename" buttons.
If it doesn't work, report it and I'll reopen the issue.
Original comment by aurelien.ribon
on 29 May 2012 at 8:36
I have upload video to YouTube with bug happening. Here is the link:
http://youtu.be/ah6cc_lbyFY
Hope it helps!
Original comment by matsko...@gmail.com
on 29 May 2012 at 4:28
I can't reproduce the bug on my computer, following the exact same steps as
shown in the video.
However, since the canvas stopped responding, it seems an uncaught exception
has been thrown and the libgdx renderer crashed. Can you launch the jar with
your command line ("java -jar physics-body-editor.jar") and try again? It
should write the exception in the console so we can see where is the problem.
Original comment by aurelien.ribon
on 29 May 2012 at 4:35
I was able to catch exception. Attached it to the comment.
Original comment by matsko...@gmail.com
on 29 May 2012 at 5:02
Attachments:
Thanks! The bug was due to the use of the
javax.swing.JList.getSelectedValuesList method, which is only available in JDK
1.7. I guess you have a 1.6 JDK... :)
I compile with 1.6 compatibility enforced, but I guess Netbeans has some issues
with that. I'll downlaod the JDK 1.6 to be sure that future developments are
compatible with it.
Thanks for reporting.
Original comment by aurelien.ribon
on 29 May 2012 at 5:08
Thank you! I appreciate your work on this project! Fell free to mail me. :)
Original comment by matsko...@gmail.com
on 29 May 2012 at 5:13
Original issue reported on code.google.com by
matsko...@gmail.com
on 24 May 2012 at 2:49