Updated Comments

This commit is contained in:
Konloch 2021-07-20 08:32:30 -07:00
parent 78b55ee28f
commit 8c761e78f6

View file

@ -68,6 +68,8 @@ import static the.bytecode.club.bytecodeviewer.util.MiscUtils.guessLanguage;
* http://the.bytecode.club
*
* TODO BUGS:
* + Resource List Icons now create swing lag with large projects
* ^ This is because of the change to how they are created/called on
* + View>Visual Settings>Show Class Methods
* + Spam-clicking the refresh button will cause the swing thread to deadlock (Quickly opening resources used to also do this)
* This is caused by the ctrlMouseWheelZoom code, a temporary patch is just removing it worst case